Html Css Color HEX #AA8F24 Lucky

📋 copy color: '#AA8F24'

red 170 ◦ green 143 ◦ blue 36

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

Shades of Lucky #AA8F24

Tints of Lucky #AA8F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 40.97%

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

R = 48.71%
G = 40.97%
B = 10.32%

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

#AA8F24 (or 0xAA8F24) is known color: Lucky. HEX triplet: AA, 8F and 24. RGB value is (170,143,36). Sum of RGB (Red+Green+Blue) = 170+143+36=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 143 (56.25% from 255 or 40.97% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F24 is #5570DB. Grayscale: #8B8B8B. Windows color (decimal): -5599452 or 2396074. OLE color: 2396074.

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

Color convert

RGB 170 143 36 -
CMYK 0 0.16 0.79 0.33
HSL 47.91º 0.65% 0.4% -
HSV(B) 47.91º 0.79% 0.67% -
XYZ 26.72 28.32 5.73 -
YUV 138.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 170 143 36 0 0.16 0.79 0.33 47.91 0.65 0.4
Hex AA 8F 24 0 10 4F 21 30 41 28
Octal 252 217 44 0 20 117 41 60 101 50
Binary 10101010 10001111 100100 0 10000 1001111 100001 110000 1000001 101000

Color Harmonies of #AA8F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F24

Black with #AA8F24

Text Example


Text Example

White with #AA8F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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