Html Css Color HEX #AA9732 Reef Gold

📋 copy color: '#AA9732'

red 170 ◦ green 151 ◦ blue 50

#AA9732
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #AA9732

Tints of Reef Gold #AA9732

RGB

 RED value IS 170 (66.8% from 255) = 45.82%

 GREEN value IS 151 (59.38% from 255) = 40.7%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 45.82%
G = 40.7%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9732 (or 0xAA9732) is known color: Reef Gold. HEX triplet: AA, 97 and 32. RGB value is (170,151,50). Sum of RGB (Red+Green+Blue) = 170+151+50=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9732 is #5568CD. Grayscale: #919191. Windows color (decimal): -5597390 or 3315626. OLE color: 3315626.

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

Color convert

RGB 170 151 50 -
CMYK 0 0.11 0.71 0.33
HSL 50.5º 0.55% 0.43% -
HSV(B) 50.5º 0.71% 0.67% -
XYZ 28.22 30.91 7.5 -
YUV 145.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 170 151 50 0 0.11 0.71 0.33 50.5 0.55 0.43
Hex AA 97 32 0 B 47 21 32 37 2B
Octal 252 227 62 0 13 107 41 62 67 53
Binary 10101010 10010111 110010 0 1011 1000111 100001 110010 110111 101011

Color Harmonies of #AA9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9732

Black with #AA9732

Text Example


Text Example

White with #AA9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9732; }

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

 H1.HeaderClassName
 {
   color: #AA9732;
 }
 .AnyTagClassName
 {
   color: #AA9732;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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