Html Css Color HEX #A19211 Lucky

📋 copy color: '#A19211'

red 161 ◦ green 146 ◦ blue 17

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

Shades of Lucky #A19211

Tints of Lucky #A19211

RGB

 RED value IS 161 (63.28% from 255) = 49.69%

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

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

R = 49.69%
G = 45.06%
B = 5.25%

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

#A19211 (or 0xA19211) is known color: Lucky. HEX triplet: A1, 92 and 11. RGB value is (161,146,17). Sum of RGB (Red+Green+Blue) = 161+146+17=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A19211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19211 is #5E6DEE. Grayscale: #888888. Windows color (decimal): -6188527 or 1151649. OLE color: 1151649.

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

Color convert

RGB 161 146 17 -
CMYK 0 0.09 0.89 0.37
HSL 53.75º 0.81% 0.35% -
HSV(B) 53.75º 0.89% 0.63% -
XYZ 25.08 28.18 4.65 -
YUV 135.78 60.97 145.99 -
System Red Green Blue C M Y K H S L
Decimal 161 146 17 0 0.09 0.89 0.37 53.75 0.81 0.35
Hex A1 92 11 0 9 59 25 36 51 23
Octal 241 222 21 0 11 131 45 66 121 43
Binary 10100001 10010010 10001 0 1001 1011001 100101 110110 1010001 100011

Color Harmonies of #A19211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19211

Black with #A19211

Text Example


Text Example

White with #A19211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19211; }

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

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

background-color css

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

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

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

border-color css

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

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

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