Html Css Color HEX #AA9A33 Reef Gold

📋 copy color: '#AA9A33'

red 170 ◦ green 154 ◦ blue 51

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

Shades of Reef Gold #AA9A33

Tints of Reef Gold #AA9A33

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.07%

 BLUE value IS 51 (20.31% from 255) = 13.6%

R = 45.33%
G = 41.07%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA9A33 (or 0xAA9A33) is known color: Reef Gold. HEX triplet: AA, 9A and 33. RGB value is (170,154,51). Sum of RGB (Red+Green+Blue) = 170+154+51=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A33 is #5565CC. Grayscale: #939393. Windows color (decimal): -5596621 or 3381930. OLE color: 3381930.

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

Color convert

RGB 170 154 51 -
CMYK 0 0.09 0.7 0.33
HSL 51.93º 0.54% 0.43% -
HSV(B) 51.93º 0.7% 0.67% -
XYZ 28.73 31.9 7.77 -
YUV 147.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 170 154 51 0 0.09 0.7 0.33 51.93 0.54 0.43
Hex AA 9A 33 0 9 46 21 34 36 2B
Octal 252 232 63 0 11 106 41 64 66 53
Binary 10101010 10011010 110011 0 1001 1000110 100001 110100 110110 101011

Color Harmonies of #AA9A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A33

Black with #AA9A33

Text Example


Text Example

White with #AA9A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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