Html Css Color HEX #A19012 Lucky

📋 copy color: '#A19012'

red 161 ◦ green 144 ◦ blue 18

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

Shades of Lucky #A19012

Tints of Lucky #A19012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

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

R = 49.85%
G = 44.58%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A19012 (or 0xA19012) is known color: Lucky. HEX triplet: A1, 90 and 12. RGB value is (161,144,18). Sum of RGB (Red+Green+Blue) = 161+144+18=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A19012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19012 is #5E6FED. Grayscale: #878787. Windows color (decimal): -6189038 or 1216673. OLE color: 1216673.

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

Color convert

RGB 161 144 18 -
CMYK 0 0.11 0.89 0.37
HSL 52.87º 0.8% 0.35% -
HSV(B) 52.87º 0.89% 0.63% -
XYZ 24.78 27.57 4.59 -
YUV 134.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 161 144 18 0 0.11 0.89 0.37 52.87 0.8 0.35
Hex A1 90 12 0 B 59 25 35 50 23
Octal 241 220 22 0 13 131 45 65 120 43
Binary 10100001 10010000 10010 0 1011 1011001 100101 110101 1010000 100011

Color Harmonies of #A19012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19012

Black with #A19012

Text Example


Text Example

White with #A19012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19012; }

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

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

background-color css

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

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

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

border-color css

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

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

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