Html Css Color HEX #A09016 Lucky

📋 copy color: '#A09016'

red 160 ◦ green 144 ◦ blue 22

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

Shades of Lucky #A09016

Tints of Lucky #A09016

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.17%

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

R = 49.08%
G = 44.17%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09016 (or 0xA09016) is known color: Lucky. HEX triplet: A0, 90 and 16. RGB value is (160,144,22). Sum of RGB (Red+Green+Blue) = 160+144+22=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 144 (56.64% from 255 or 44.17% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09016 is #5F6FE9. Grayscale: #878787. Windows color (decimal): -6254570 or 1478816. OLE color: 1478816.

HSL color Cylindrical-coordinate representation of color #A09016: hue angle of 53.04º 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 #A09016 is Cyan = 0, Magento = 0.1, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 22 -
CMYK 0 0.1 0.86 0.37
HSL 53.04º 0.76% 0.36% -
HSV(B) 53.04º 0.86% 0.63% -
XYZ 24.62 27.48 4.77 -
YUV 134.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 160 144 22 0 0.1 0.86 0.37 53.04 0.76 0.36
Hex A0 90 16 0 A 56 25 35 4C 24
Octal 240 220 26 0 12 126 45 65 114 44
Binary 10100000 10010000 10110 0 1010 1010110 100101 110101 1001100 100100

Color Harmonies of #A09016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09016

Black with #A09016

Text Example


Text Example

White with #A09016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09016; }

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

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

background-color css

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

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

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

border-color css

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

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

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