Html Css Color HEX #A09116 Lucky

📋 copy color: '#A09116'

red 160 ◦ green 145 ◦ blue 22

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

Shades of Lucky #A09116

Tints of Lucky #A09116

RGB

 RED value IS 160 (62.89% from 255) = 48.93%

 GREEN value IS 145 (57.03% from 255) = 44.34%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 48.93%
G = 44.34%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09116 (or 0xA09116) is known color: Lucky. HEX triplet: A0, 91 and 16. RGB value is (160,145,22). Sum of RGB (Red+Green+Blue) = 160+145+22=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A09116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09116 is #5F6EE9. Grayscale: #878787. Windows color (decimal): -6254314 or 1479072. OLE color: 1479072.

HSL color Cylindrical-coordinate representation of color #A09116: hue angle of 53.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A09116 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 145 22 -
CMYK 0 0.09 0.86 0.37
HSL 53.48º 0.76% 0.36% -
HSV(B) 53.48º 0.86% 0.63% -
XYZ 24.77 27.78 4.82 -
YUV 135.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 160 145 22 0 0.09 0.86 0.37 53.48 0.76 0.36
Hex A0 91 16 0 9 56 25 35 4C 24
Octal 240 221 26 0 11 126 45 65 114 44
Binary 10100000 10010001 10110 0 1001 1010110 100101 110101 1001100 100100

Color Harmonies of #A09116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09116

Black with #A09116

Text Example


Text Example

White with #A09116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09116; }

 p { color: rgb(160,145,22); }

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

background-color css

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

 a { background-color: rgb(160,145,22); }

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

border-color css

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

 span { border-color: rgb(160,145,22); }

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