#AA952D

Color #AA952D Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #AA952D

Tints of Reef Gold #AA952D

Color information

#AA952D (or 0xAA952D) is unknown color: approx Reef Gold. HEX triplet: AA, 95 and 2D. RGB value is (170,149,45). Sum of RGB (Red+Green+Blue) = 170+149+45=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA952D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA952D is #556AD2. Grayscale: #8F8F8F. Windows color (decimal): -5597907 or 2987434. OLE color: 2987434.

HSL color Cylindrical-coordinate representation of color #AA952D: hue angle of 49.92º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA952D is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17014945-
CMYK00.120.740.33
HSL49.92º58.14%42.16%-
HSV(B)49.92º73.53%66.67%-
XYZ27.830.236.85-
YUV143.4272.46146.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 46.70%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=46.70%
G=40.93%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701494500.120.740.3349.9258.1442.16
HexAA952D0C4A21323a2a
Octal2522255501411241627252
Binary1010101010010101101101011001001010100001110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA952D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA952D; }

 p { color: rgb(170,149,45); }

 H1.HeaderClassName
 {
   color: #AA952D;
 }
 .AnyTagClassName
 {
   color: #AA952D;
 }
</style>
background-color css

<style>
 a { background-color: #AA952D; }

 a { background-color: rgb(170,149,45); }

 div.DivClassName
 {
   background-color: #AA952D;
 }
 .BgClassName
 {
   background-color: #AA952D;
 }
</style>
border-color css

<style>
 span { border-color: #AA952D; }

 span { border-color: rgb(170,149,45); }

 td.TdClassName
 {
   border-color: #AA952D;
 }
 .TagClassName
 {
   border-color: #AA952D;
 }
</style>