Html Css Color HEX #AA9032 Reef Gold

📋 copy color: '#AA9032'

red 170 ◦ green 144 ◦ blue 50

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

Shades of Reef Gold #AA9032

Tints of Reef Gold #AA9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 46.7%
G = 39.56%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA9032 (or 0xAA9032) is known color: Reef Gold. HEX triplet: AA, 90 and 32. RGB value is (170,144,50). Sum of RGB (Red+Green+Blue) = 170+144+50=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9032 is #556FCD. Grayscale: #8D8D8D. Windows color (decimal): -5599182 or 3313834. OLE color: 3313834.

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

Color convert

RGB 170 144 50 -
CMYK 0 0.15 0.71 0.33
HSL 47º 0.55% 0.43% -
HSV(B) 47º 0.71% 0.67% -
XYZ 27.13 28.72 7.13 -
YUV 141.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 170 144 50 0 0.15 0.71 0.33 47 0.55 0.43
Hex AA 90 32 0 F 47 21 2F 37 2B
Octal 252 220 62 0 17 107 41 57 67 53
Binary 10101010 10010000 110010 0 1111 1000111 100001 101111 110111 101011

Color Harmonies of #AA9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9032

Black with #AA9032

Text Example


Text Example

White with #AA9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9032; }

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

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

background-color css

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

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

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

border-color css

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

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

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