Html Css Color HEX #AA9D33 Reef Gold

📋 copy color: '#AA9D33'

red 170 ◦ green 157 ◦ blue 51

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

Shades of Reef Gold #AA9D33

Tints of Reef Gold #AA9D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.53%

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

R = 44.97%
G = 41.53%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA9D33 (or 0xAA9D33) is known color: Reef Gold. HEX triplet: AA, 9D and 33. RGB value is (170,157,51). Sum of RGB (Red+Green+Blue) = 170+157+51=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D33 is #5562CC. Grayscale: #959595. Windows color (decimal): -5595853 or 3382698. OLE color: 3382698.

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

Color convert

RGB 170 157 51 -
CMYK 0 0.08 0.7 0.33
HSL 53.45º 0.54% 0.43% -
HSV(B) 53.45º 0.7% 0.67% -
XYZ 29.23 32.9 7.94 -
YUV 148.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 170 157 51 0 0.08 0.7 0.33 53.45 0.54 0.43
Hex AA 9D 33 0 8 46 21 35 36 2B
Octal 252 235 63 0 10 106 41 65 66 53
Binary 10101010 10011101 110011 0 1000 1000110 100001 110101 110110 101011

Color Harmonies of #AA9D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9D33

Black with #AA9D33

Text Example


Text Example

White with #AA9D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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