Html Css Color HEX #A19412 Lucky

📋 copy color: '#A19412'

red 161 ◦ green 148 ◦ blue 18

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

Shades of Lucky #A19412

Tints of Lucky #A19412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.5%

R = 49.24%
G = 45.26%
B = 5.5%

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

#A19412 (or 0xA19412) is known color: Lucky. HEX triplet: A1, 94 and 12. RGB value is (161,148,18). Sum of RGB (Red+Green+Blue) = 161+148+18=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A19412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19412 is #5E6BED. Grayscale: #898989. Windows color (decimal): -6188014 or 1217697. OLE color: 1217697.

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

Color convert

RGB 161 148 18 -
CMYK 0 0.08 0.89 0.37
HSL 54.55º 0.8% 0.35% -
HSV(B) 54.55º 0.89% 0.63% -
XYZ 25.4 28.8 4.79 -
YUV 137.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 161 148 18 0 0.08 0.89 0.37 54.55 0.8 0.35
Hex A1 94 12 0 8 59 25 37 50 23
Octal 241 224 22 0 10 131 45 67 120 43
Binary 10100001 10010100 10010 0 1000 1011001 100101 110111 1010000 100011

Color Harmonies of #A19412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19412

Black with #A19412

Text Example


Text Example

White with #A19412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19412; }

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

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

background-color css

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

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

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

border-color css

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

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

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