Html Css Color HEX #AA9939 Reef Gold

📋 copy color: '#AA9939'

red 170 ◦ green 153 ◦ blue 57

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

Shades of Reef Gold #AA9939

Tints of Reef Gold #AA9939

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.26%

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

R = 44.74%
G = 40.26%
B = 15%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AA9939 (or 0xAA9939) is known color: Reef Gold. HEX triplet: AA, 99 and 39. RGB value is (170,153,57). Sum of RGB (Red+Green+Blue) = 170+153+57=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 57 (22.66% from 255 or 15% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9939 is #5566C6. Grayscale: #939393. Windows color (decimal): -5596871 or 3774890. OLE color: 3774890.

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

Color convert

RGB 170 153 57 -
CMYK 0 0.1 0.66 0.33
HSL 50.97º 0.5% 0.45% -
HSV(B) 50.97º 0.66% 0.67% -
XYZ 28.71 31.62 8.46 -
YUV 147.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 170 153 57 0 0.1 0.66 0.33 50.97 0.5 0.45
Hex AA 99 39 0 A 42 21 33 32 2D
Octal 252 231 71 0 12 102 41 63 62 55
Binary 10101010 10011001 111001 0 1010 1000010 100001 110011 110010 101101

Color Harmonies of #AA9939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9939

Black with #AA9939

Text Example


Text Example

White with #AA9939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9939; }

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

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

background-color css

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

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

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

border-color css

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

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

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