Html Css Color HEX #AA8E32 Reef Gold

📋 copy color: '#AA8E32'

red 170 ◦ green 142 ◦ blue 50

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

Shades of Reef Gold #AA8E32

Tints of Reef Gold #AA8E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 46.96%
G = 39.23%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AA8E32 (or 0xAA8E32) is known color: Reef Gold. HEX triplet: AA, 8E and 32. RGB value is (170,142,50). Sum of RGB (Red+Green+Blue) = 170+142+50=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E32 is #5571CD. Grayscale: #8C8C8C. Windows color (decimal): -5599694 or 3313322. OLE color: 3313322.

HSL color Cylindrical-coordinate representation of color #AA8E32: hue angle of 46º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA8E32 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 142 50 -
CMYK 0 0.16 0.71 0.33
HSL 46º 0.55% 0.43% -
HSV(B) 46º 0.71% 0.67% -
XYZ 26.83 28.12 7.03 -
YUV 139.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 170 142 50 0 0.16 0.71 0.33 46 0.55 0.43
Hex AA 8E 32 0 10 47 21 2E 37 2B
Octal 252 216 62 0 20 107 41 56 67 53
Binary 10101010 10001110 110010 0 10000 1000111 100001 101110 110111 101011

Color Harmonies of #AA8E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E32

Black with #AA8E32

Text Example


Text Example

White with #AA8E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E32; }

 p { color: rgb(170,142,50); }

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

background-color css

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

 a { background-color: rgb(170,142,50); }

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

border-color css

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

 span { border-color: rgb(170,142,50); }

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