#A19612

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

Shades of Lucky #A19612

Tints of Lucky #A19612

Color information

#A19612 (or 0xA19612) is unknown color: approx Lucky. HEX triplet: A1, 96 and 12. RGB value is (161,150,18). Sum of RGB (Red+Green+Blue) = 161+150+18=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19612 is #5E69ED. Grayscale: #8A8A8A. Windows color (decimal): -6187502 or 1218209. OLE color: 1218209.

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

Color convert

RGB16115018-
CMYK00.070.890.37
HSL55.38º79.89%35.1%-
HSV(B)55.38º88.82%63.14%-
XYZ25.7129.434.9-
YUV138.2460.14144.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 18 (7.42% from 255) = 5.47%
R=48.94%
G=45.59%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611501800.070.890.3755.3879.8935.1
HexA19612075925375023
Octal2412262207131456712043
Binary101000011001011010010011110110011001011101111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19612; }

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

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

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

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

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

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

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

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