Html Css Color HEX #A09916 Lucky

📋 copy color: '#A09916'

red 160 ◦ green 153 ◦ blue 22

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

Shades of Lucky #A09916

Tints of Lucky #A09916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.67%

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

R = 47.76%
G = 45.67%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A09916 (or 0xA09916) is known color: Lucky. HEX triplet: A0, 99 and 16. RGB value is (160,153,22). Sum of RGB (Red+Green+Blue) = 160+153+22=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A09916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09916 is #5F66E9. Grayscale: #8C8C8C. Windows color (decimal): -6252266 or 1481120. OLE color: 1481120.

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

Color convert

RGB 160 153 22 -
CMYK 0 0.04 0.86 0.37
HSL 56.96º 0.76% 0.36% -
HSV(B) 56.96º 0.86% 0.63% -
XYZ 26.03 30.31 5.24 -
YUV 140.16 61.32 142.15 -
System Red Green Blue C M Y K H S L
Decimal 160 153 22 0 0.04 0.86 0.37 56.96 0.76 0.36
Hex A0 99 16 0 4 56 25 39 4C 24
Octal 240 231 26 0 4 126 45 71 114 44
Binary 10100000 10011001 10110 0 100 1010110 100101 111001 1001100 100100

Color Harmonies of #A09916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09916

Black with #A09916

Text Example


Text Example

White with #A09916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09916; }

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

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

background-color css

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

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

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

border-color css

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

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

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