Html Css Color HEX #AA8F15 Lucky

📋 copy color: '#AA8F15'

red 170 ◦ green 143 ◦ blue 21

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

Shades of Lucky #AA8F15

Tints of Lucky #AA8F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.29%

R = 50.9%
G = 42.81%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8F15 (or 0xAA8F15) is known color: Lucky. HEX triplet: AA, 8F and 15. RGB value is (170,143,21). Sum of RGB (Red+Green+Blue) = 170+143+21=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F15 is #5570EA. Grayscale: #898989. Windows color (decimal): -5599467 or 1413034. OLE color: 1413034.

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

Color convert

RGB 170 143 21 -
CMYK 0 0.16 0.88 0.33
HSL 49.13º 0.78% 0.37% -
HSV(B) 49.13º 0.88% 0.67% -
XYZ 26.54 28.25 4.76 -
YUV 137.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 170 143 21 0 0.16 0.88 0.33 49.13 0.78 0.37
Hex AA 8F 15 0 10 58 21 31 4E 25
Octal 252 217 25 0 20 130 41 61 116 45
Binary 10101010 10001111 10101 0 10000 1011000 100001 110001 1001110 100101

Color Harmonies of #AA8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F15

Black with #AA8F15

Text Example


Text Example

White with #AA8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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