Html Css Color HEX #AA8933 Reef Gold

📋 copy color: '#AA8933'

red 170 ◦ green 137 ◦ blue 51

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

Shades of Reef Gold #AA8933

Tints of Reef Gold #AA8933

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

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

R = 47.49%
G = 38.27%
B = 14.25%

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

#AA8933 (or 0xAA8933) is known color: Reef Gold. HEX triplet: AA, 89 and 33. RGB value is (170,137,51). Sum of RGB (Red+Green+Blue) = 170+137+51=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8933 is #5576CC. Grayscale: #898989. Windows color (decimal): -5600973 or 3377578. OLE color: 3377578.

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

Color convert

RGB 170 137 51 -
CMYK 0 0.19 0.7 0.33
HSL 43.36º 0.54% 0.43% -
HSV(B) 43.36º 0.7% 0.67% -
XYZ 26.12 26.68 6.9 -
YUV 137.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 170 137 51 0 0.19 0.7 0.33 43.36 0.54 0.43
Hex AA 89 33 0 13 46 21 2B 36 2B
Octal 252 211 63 0 23 106 41 53 66 53
Binary 10101010 10001001 110011 0 10011 1000110 100001 101011 110110 101011

Color Harmonies of #AA8933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8933

Black with #AA8933

Text Example


Text Example

White with #AA8933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8933; }

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

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

background-color css

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

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

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

border-color css

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

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

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