#AA9739

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

Shades of Reef Gold #AA9739

Tints of Reef Gold #AA9739

Color information

#AA9739 (or 0xAA9739) is unknown color: approx Reef Gold. HEX triplet: AA, 97 and 39. RGB value is (170,151,57). Sum of RGB (Red+Green+Blue) = 170+151+57=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9739 is #5568C6. Grayscale: #929292. Windows color (decimal): -5597383 or 3774378. OLE color: 3774378.

HSL color Cylindrical-coordinate representation of color #AA9739: hue angle of 49.91º 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 #AA9739 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17015157-
CMYK00.110.660.33
HSL49.91º49.78%44.51%-
HSV(B)49.91º66.47%66.67%-
XYZ28.3830.978.35-
YUV145.9677.79145.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.97%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 57 (22.66% from 255) = 15.08%
R=44.97%
G=39.95%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701515700.110.660.3349.9149.7844.51
HexAA97390B422132322d
Octal2522277101310241626255
Binary1010101010010111111001010111000010100001110010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9739; }

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

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

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

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

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

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

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

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