Html Css Color HEX #AA8E28 Reef Gold

📋 copy color: '#AA8E28'

red 170 ◦ green 142 ◦ blue 40

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

Shades of Reef Gold #AA8E28

Tints of Reef Gold #AA8E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.36%

R = 48.3%
G = 40.34%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AA8E28 (or 0xAA8E28) is known color: Reef Gold. HEX triplet: AA, 8E and 28. RGB value is (170,142,40). Sum of RGB (Red+Green+Blue) = 170+142+40=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E28 is #5571D7. Grayscale: #8B8B8B. Windows color (decimal): -5599704 or 2657962. OLE color: 2657962.

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

Color convert

RGB 170 142 40 -
CMYK 0 0.16 0.76 0.33
HSL 47.08º 0.62% 0.41% -
HSV(B) 47.08º 0.76% 0.67% -
XYZ 26.63 28.05 6.02 -
YUV 138.74 72.28 150.29 -
System Red Green Blue C M Y K H S L
Decimal 170 142 40 0 0.16 0.76 0.33 47.08 0.62 0.41
Hex AA 8E 28 0 10 4C 21 2F 3E 29
Octal 252 216 50 0 20 114 41 57 76 51
Binary 10101010 10001110 101000 0 10000 1001100 100001 101111 111110 101001

Color Harmonies of #AA8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E28

Black with #AA8E28

Text Example


Text Example

White with #AA8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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