Html Css Color HEX #A09211 Lucky

📋 copy color: '#A09211'

red 160 ◦ green 146 ◦ blue 17

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

Shades of Lucky #A09211

Tints of Lucky #A09211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 49.54%
G = 45.2%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A09211 (or 0xA09211) is known color: Lucky. HEX triplet: A0, 92 and 11. RGB value is (160,146,17). Sum of RGB (Red+Green+Blue) = 160+146+17=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A09211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09211 is #5F6DEE. Grayscale: #888888. Windows color (decimal): -6254063 or 1151648. OLE color: 1151648.

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

Color convert

RGB 160 146 17 -
CMYK 0 0.09 0.89 0.37
HSL 54.13º 0.81% 0.35% -
HSV(B) 54.13º 0.89% 0.63% -
XYZ 24.88 28.07 4.64 -
YUV 135.48 61.14 145.49 -
System Red Green Blue C M Y K H S L
Decimal 160 146 17 0 0.09 0.89 0.37 54.13 0.81 0.35
Hex A0 92 11 0 9 59 25 36 51 23
Octal 240 222 21 0 11 131 45 66 121 43
Binary 10100000 10010010 10001 0 1001 1011001 100101 110110 1010001 100011

Color Harmonies of #A09211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09211

Black with #A09211

Text Example


Text Example

White with #A09211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09211; }

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

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

background-color css

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

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

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

border-color css

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

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

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