Html Css Color HEX #A19912 Lucky

📋 copy color: '#A19912'

red 161 ◦ green 153 ◦ blue 18

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

Shades of Lucky #A19912

Tints of Lucky #A19912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.08%

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

R = 48.49%
G = 46.08%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A19912 (or 0xA19912) is known color: Lucky. HEX triplet: A1, 99 and 12. RGB value is (161,153,18). Sum of RGB (Red+Green+Blue) = 161+153+18=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 18 (7.42% from 255 or 5.42% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A19912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19912 is #5E66ED. Grayscale: #8C8C8C. Windows color (decimal): -6186734 or 1218977. OLE color: 1218977.

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

Color convert

RGB 161 153 18 -
CMYK 0 0.05 0.89 0.37
HSL 56.64º 0.8% 0.35% -
HSV(B) 56.64º 0.89% 0.63% -
XYZ 26.2 30.4 5.06 -
YUV 140 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 161 153 18 0 0.05 0.89 0.37 56.64 0.8 0.35
Hex A1 99 12 0 5 59 25 39 50 23
Octal 241 231 22 0 5 131 45 71 120 43
Binary 10100001 10011001 10010 0 101 1011001 100101 111001 1010000 100011

Color Harmonies of #A19912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19912

Black with #A19912

Text Example


Text Example

White with #A19912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19912; }

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

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

background-color css

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

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

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

border-color css

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

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

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