Html Css Color HEX #A19411 Lucky

📋 copy color: '#A19411'

red 161 ◦ green 148 ◦ blue 17

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

Shades of Lucky #A19411

Tints of Lucky #A19411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.4%

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

R = 49.39%
G = 45.4%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A19411 (or 0xA19411) is known color: Lucky. HEX triplet: A1, 94 and 11. RGB value is (161,148,17). Sum of RGB (Red+Green+Blue) = 161+148+17=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A19411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19411 is #5E6BEE. Grayscale: #898989. Windows color (decimal): -6188015 or 1152161. OLE color: 1152161.

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

Color convert

RGB 161 148 17 -
CMYK 0 0.08 0.89 0.37
HSL 54.58º 0.81% 0.35% -
HSV(B) 54.58º 0.89% 0.63% -
XYZ 25.39 28.8 4.75 -
YUV 136.95 60.31 145.15 -
System Red Green Blue C M Y K H S L
Decimal 161 148 17 0 0.08 0.89 0.37 54.58 0.81 0.35
Hex A1 94 11 0 8 59 25 37 51 23
Octal 241 224 21 0 10 131 45 67 121 43
Binary 10100001 10010100 10001 0 1000 1011001 100101 110111 1010001 100011

Color Harmonies of #A19411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19411

Black with #A19411

Text Example


Text Example

White with #A19411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19411; }

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

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

background-color css

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

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

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

border-color css

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

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

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