Html Css Color HEX #AA8F14 Lucky

📋 copy color: '#AA8F14'

red 170 ◦ green 143 ◦ blue 20

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

Shades of Lucky #AA8F14

Tints of Lucky #AA8F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.01%

R = 51.05%
G = 42.94%
B = 6.01%

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

#AA8F14 (or 0xAA8F14) is known color: Lucky. HEX triplet: AA, 8F and 14. RGB value is (170,143,20). Sum of RGB (Red+Green+Blue) = 170+143+20=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8F14 is #5570EB. Grayscale: #898989. Windows color (decimal): -5599468 or 1347498. OLE color: 1347498.

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

Color convert

RGB 170 143 20 -
CMYK 0 0.16 0.88 0.33
HSL 49.2º 0.79% 0.37% -
HSV(B) 49.2º 0.88% 0.67% -
XYZ 26.53 28.24 4.71 -
YUV 137.05 61.95 151.5 -
System Red Green Blue C M Y K H S L
Decimal 170 143 20 0 0.16 0.88 0.33 49.2 0.79 0.37
Hex AA 8F 14 0 10 58 21 31 4F 25
Octal 252 217 24 0 20 130 41 61 117 45
Binary 10101010 10001111 10100 0 10000 1011000 100001 110001 1001111 100101

Color Harmonies of #AA8F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8F14

Black with #AA8F14

Text Example


Text Example

White with #AA8F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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