#AA9339

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

Shades of Reef Gold #AA9339

Tints of Reef Gold #AA9339

Color information

#AA9339 (or 0xAA9339) is unknown color: approx Reef Gold. HEX triplet: AA, 93 and 39. RGB value is (170,147,57). Sum of RGB (Red+Green+Blue) = 170+147+57=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9339 is #556CC6. Grayscale: #909090. Windows color (decimal): -5598407 or 3773354. OLE color: 3773354.

HSL color Cylindrical-coordinate representation of color #AA9339: hue angle of 47.79º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA9339 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17014757-
CMYK00.140.660.33
HSL47.79º49.78%44.51%-
HSV(B)47.79º66.47%66.67%-
XYZ27.7529.718.14-
YUV143.6279.12146.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.45%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 57 (22.66% from 255) = 15.24%
R=45.45%
G=39.30%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701475700.140.660.3347.7949.7844.51
HexAA93390E422130322d
Octal2522237101610241606255
Binary1010101010010011111001011101000010100001110000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9339; }

 p { color: rgb(170,147,57); }

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

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

 a { background-color: rgb(170,147,57); }

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

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

 span { border-color: rgb(170,147,57); }

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