Html Css Color HEX #AA9833 Reef Gold

📋 copy color: '#AA9833'

red 170 ◦ green 152 ◦ blue 51

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

Shades of Reef Gold #AA9833

Tints of Reef Gold #AA9833

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.75%

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

R = 45.58%
G = 40.75%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA9833 (or 0xAA9833) is known color: Reef Gold. HEX triplet: AA, 98 and 33. RGB value is (170,152,51). Sum of RGB (Red+Green+Blue) = 170+152+51=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9833 is #5567CC. Grayscale: #929292. Windows color (decimal): -5597133 or 3381418. OLE color: 3381418.

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

Color convert

RGB 170 152 51 -
CMYK 0 0.11 0.7 0.33
HSL 50.92º 0.54% 0.43% -
HSV(B) 50.92º 0.7% 0.67% -
XYZ 28.4 31.24 7.67 -
YUV 145.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 170 152 51 0 0.11 0.7 0.33 50.92 0.54 0.43
Hex AA 98 33 0 B 46 21 33 36 2B
Octal 252 230 63 0 13 106 41 63 66 53
Binary 10101010 10011000 110011 0 1011 1000110 100001 110011 110110 101011

Color Harmonies of #AA9833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9833

Black with #AA9833

Text Example


Text Example

White with #AA9833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9833; }

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

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

background-color css

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

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

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

border-color css

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

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

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