Html Css Color HEX #AA8C14 Lucky

📋 copy color: '#AA8C14'

red 170 ◦ green 140 ◦ blue 20

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

Shades of Lucky #AA8C14

Tints of Lucky #AA8C14

RGB

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

 GREEN value IS 140 (55.08% from 255) = 42.42%

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

R = 51.52%
G = 42.42%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA8C14 (or 0xAA8C14) is known color: Lucky. HEX triplet: AA, 8C and 14. RGB value is (170,140,20). Sum of RGB (Red+Green+Blue) = 170+140+20=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8C14 is #5573EB. Grayscale: #878787. Windows color (decimal): -5600236 or 1346730. OLE color: 1346730.

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

Color convert

RGB 170 140 20 -
CMYK 0 0.18 0.88 0.33
HSL 48º 0.79% 0.37% -
HSV(B) 48º 0.88% 0.67% -
XYZ 26.08 27.35 4.57 -
YUV 135.29 62.94 152.76 -
System Red Green Blue C M Y K H S L
Decimal 170 140 20 0 0.18 0.88 0.33 48 0.79 0.37
Hex AA 8C 14 0 12 58 21 30 4F 25
Octal 252 214 24 0 22 130 41 60 117 45
Binary 10101010 10001100 10100 0 10010 1011000 100001 110000 1001111 100101

Color Harmonies of #AA8C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA8C14

Black with #AA8C14

Text Example


Text Example

White with #AA8C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA8C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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