Html Css Color HEX #AA9033 Reef Gold

📋 copy color: '#AA9033'

red 170 ◦ green 144 ◦ blue 51

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

Shades of Reef Gold #AA9033

Tints of Reef Gold #AA9033

RGB

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

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

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

R = 46.58%
G = 39.45%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA9033 (or 0xAA9033) is known color: Reef Gold. HEX triplet: AA, 90 and 33. RGB value is (170,144,51). Sum of RGB (Red+Green+Blue) = 170+144+51=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9033 is #556FCC. Grayscale: #8D8D8D. Windows color (decimal): -5599181 or 3379370. OLE color: 3379370.

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

Color convert

RGB 170 144 51 -
CMYK 0 0.15 0.7 0.33
HSL 46.89º 0.54% 0.43% -
HSV(B) 46.89º 0.7% 0.67% -
XYZ 27.15 28.73 7.25 -
YUV 141.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 170 144 51 0 0.15 0.7 0.33 46.89 0.54 0.43
Hex AA 90 33 0 F 46 21 2F 36 2B
Octal 252 220 63 0 17 106 41 57 66 53
Binary 10101010 10010000 110011 0 1111 1000110 100001 101111 110110 101011

Color Harmonies of #AA9033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9033

Black with #AA9033

Text Example


Text Example

White with #AA9033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9033; }

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

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

background-color css

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

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

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

border-color css

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

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

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