Html Css Color HEX #AA8A33 Reef Gold

📋 copy color: '#AA8A33'

red 170 ◦ green 138 ◦ blue 51

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

Shades of Reef Gold #AA8A33

Tints of Reef Gold #AA8A33

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.44%

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

R = 47.35%
G = 38.44%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.7

 K value IS 0.33

RGB Variations

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

Color information

#AA8A33 (or 0xAA8A33) is known color: Reef Gold. HEX triplet: AA, 8A and 33. RGB value is (170,138,51). Sum of RGB (Red+Green+Blue) = 170+138+51=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8A33 is #5575CC. Grayscale: #8A8A8A. Windows color (decimal): -5600717 or 3377834. OLE color: 3377834.

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

Color convert

RGB 170 138 51 -
CMYK 0 0.19 0.7 0.33
HSL 43.87º 0.54% 0.43% -
HSV(B) 43.87º 0.7% 0.67% -
XYZ 26.26 26.96 6.95 -
YUV 137.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 170 138 51 0 0.19 0.7 0.33 43.87 0.54 0.43
Hex AA 8A 33 0 13 46 21 2C 36 2B
Octal 252 212 63 0 23 106 41 54 66 53
Binary 10101010 10001010 110011 0 10011 1000110 100001 101100 110110 101011

Color Harmonies of #AA8A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8A33

Black with #AA8A33

Text Example


Text Example

White with #AA8A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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