Html Css Color HEX #A09216 Lucky

📋 copy color: '#A09216'

red 160 ◦ green 146 ◦ blue 22

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

Shades of Lucky #A09216

Tints of Lucky #A09216

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.51%

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

R = 48.78%
G = 44.51%
B = 6.71%

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

#A09216 (or 0xA09216) is known color: Lucky. HEX triplet: A0, 92 and 16. RGB value is (160,146,22). Sum of RGB (Red+Green+Blue) = 160+146+22=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09216 is #5F6DE9. Grayscale: #888888. Windows color (decimal): -6254058 or 1479328. OLE color: 1479328.

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

Color convert

RGB 160 146 22 -
CMYK 0 0.09 0.86 0.37
HSL 53.91º 0.76% 0.36% -
HSV(B) 53.91º 0.86% 0.63% -
XYZ 24.92 28.09 4.87 -
YUV 136.05 63.64 145.08 -
System Red Green Blue C M Y K H S L
Decimal 160 146 22 0 0.09 0.86 0.37 53.91 0.76 0.36
Hex A0 92 16 0 9 56 25 36 4C 24
Octal 240 222 26 0 11 126 45 66 114 44
Binary 10100000 10010010 10110 0 1001 1010110 100101 110110 1001100 100100

Color Harmonies of #A09216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09216

Black with #A09216

Text Example


Text Example

White with #A09216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09216; }

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

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

background-color css

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

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

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

border-color css

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

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

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