#AA9733

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

Shades of Reef Gold #AA9733

Tints of Reef Gold #AA9733

Color information

#AA9733 (or 0xAA9733) is unknown color: approx Reef Gold. HEX triplet: AA, 97 and 33. RGB value is (170,151,51). Sum of RGB (Red+Green+Blue) = 170+151+51=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9733 is #5568CC. Grayscale: #919191. Windows color (decimal): -5597389 or 3381162. OLE color: 3381162.

HSL color Cylindrical-coordinate representation of color #AA9733: hue angle of 50.42º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA9733 is Cyan = 0, Magento = 0.11, Yellow = 0.7 and Black (K on CMYK) = 0.33.

Color convert

RGB17015151-
CMYK00.110.70.33
HSL50.42º53.85%43.33%-
HSV(B)50.42º70%66.67%-
XYZ28.2430.927.61-
YUV145.2874.79145.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.70%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 51 (20.31% from 255) = 13.71%
R=45.70%
G=40.59%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.7
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701515100.110.70.3350.4253.8543.33
HexAA97330B462132362b
Octal2522276301310641626653
Binary1010101010010111110011010111000110100001110010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9733; }

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

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

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

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

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

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

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

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