#A19007

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

Shades of Lucky #A19007

Tints of Lucky #A19007

Color information

#A19007 (or 0xA19007) is unknown color: approx Lucky. HEX triplet: A1, 90 and 07. RGB value is (161,144,7). Sum of RGB (Red+Green+Blue) = 161+144+7=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 144 (56.64% from 255 or 46.15% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A19007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19007 is #5E6FF8. Grayscale: #868686. Windows color (decimal): -6189049 or 495777. OLE color: 495777.

HSL color Cylindrical-coordinate representation of color #A19007: hue angle of 53.38º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A19007 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1611447-
CMYK00.110.960.37
HSL53.38º91.67%32.94%-
HSV(B)53.38º95.65%63.14%-
XYZ24.7127.544.21-
YUV133.4656.63147.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.60%
GREEN value IS 144 (56.64% from 255) = 46.15%
BLUE value IS 7 (3.12% from 255) = 2.24%
R=51.60%
G=46.15%
B=2.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161144700.110.960.3753.3891.6732.94
HexA19070B6025355c21
Octal2412207013140456513441
Binary10100001100100001110101111000001001011101011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19007; }

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

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

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

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

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

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

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

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