Html Css Color HEX #AA8E24 Lucky

📋 copy color: '#AA8E24'

red 170 ◦ green 142 ◦ blue 36

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

Shades of Lucky #AA8E24

Tints of Lucky #AA8E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.34%

R = 48.85%
G = 40.8%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA8E24 (or 0xAA8E24) is known color: Lucky. HEX triplet: AA, 8E and 24. RGB value is (170,142,36). Sum of RGB (Red+Green+Blue) = 170+142+36=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 142 (55.86% from 255 or 40.80% from 348); Blue value is 36 (14.45% from 255 or 10.34% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E24 is #5571DB. Grayscale: #8A8A8A. Windows color (decimal): -5599708 or 2395818. OLE color: 2395818.

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

Color convert

RGB 170 142 36 -
CMYK 0 0.16 0.79 0.33
HSL 47.46º 0.65% 0.4% -
HSV(B) 47.46º 0.79% 0.67% -
XYZ 26.57 28.02 5.68 -
YUV 138.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 170 142 36 0 0.16 0.79 0.33 47.46 0.65 0.4
Hex AA 8E 24 0 10 4F 21 2F 41 28
Octal 252 216 44 0 20 117 41 57 101 50
Binary 10101010 10001110 100100 0 10000 1001111 100001 101111 1000001 101000

Color Harmonies of #AA8E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8E24

Black with #AA8E24

Text Example


Text Example

White with #AA8E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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