#A19C0C

Color #A19C0C Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A19C0C

Tints of Lucky #A19C0C

Color information

#A19C0C (or 0xA19C0C) is unknown color: approx Lucky. HEX triplet: A1, 9C and 0C. RGB value is (161,156,12). Sum of RGB (Red+Green+Blue) = 161+156+12=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19C0C is #5E63F3. Grayscale: #8D8D8D. Windows color (decimal): -6185972 or 826529. OLE color: 826529.

HSL color Cylindrical-coordinate representation of color #A19C0C: hue angle of 57.99º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A19C0C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB16115612-
CMYK00.030.930.37
HSL57.99º86.13%33.92%-
HSV(B)57.99º92.55%63.14%-
XYZ26.6531.385-
YUV141.0855.16142.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 156 (61.33% from 255) = 47.42%
BLUE value IS 12 (5.08% from 255) = 3.65%
R=48.94%
G=47.42%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611561200.030.930.3757.9986.1333.92
HexA19CC035D253a5622
Octal2412341403135457212642
Binary1010000110011100110001110111011001011110101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C0C; }

 p { color: rgb(161,156,12); }

 H1.HeaderClassName
 {
   color: #A19C0C;
 }
 .AnyTagClassName
 {
   color: #A19C0C;
 }
</style>
background-color css

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

 a { background-color: rgb(161,156,12); }

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

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

 span { border-color: rgb(161,156,12); }

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