Html Css Color HEX #AA9A39 Reef Gold

📋 copy color: '#AA9A39'

red 170 ◦ green 154 ◦ blue 57

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

Shades of Reef Gold #AA9A39

Tints of Reef Gold #AA9A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 44.62%
G = 40.42%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA9A39 (or 0xAA9A39) is known color: Reef Gold. HEX triplet: AA, 9A and 39. RGB value is (170,154,57). Sum of RGB (Red+Green+Blue) = 170+154+57=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A39 is #5565C6. Grayscale: #949494. Windows color (decimal): -5596615 or 3775146. OLE color: 3775146.

HSL color Cylindrical-coordinate representation of color #AA9A39: hue angle of 51.5º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA9A39 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 57 -
CMYK 0 0.09 0.66 0.33
HSL 51.5º 0.5% 0.45% -
HSV(B) 51.5º 0.66% 0.67% -
XYZ 28.87 31.95 8.52 -
YUV 147.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 170 154 57 0 0.09 0.66 0.33 51.5 0.5 0.45
Hex AA 9A 39 0 9 42 21 34 32 2D
Octal 252 232 71 0 11 102 41 64 62 55
Binary 10101010 10011010 111001 0 1001 1000010 100001 110100 110010 101101

Color Harmonies of #AA9A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A39

Black with #AA9A39

Text Example


Text Example

White with #AA9A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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