#A19F1D

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

Shades of Lucky #A19F1D

Tints of Lucky #A19F1D

Color information

#A19F1D (or 0xA19F1D) is unknown color: approx Lucky. HEX triplet: A1, 9F and 1D. RGB value is (161,159,29). Sum of RGB (Red+Green+Blue) = 161+159+29=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19F1D is #5E60E2. Grayscale: #919191. Windows color (decimal): -6185187 or 1941409. OLE color: 1941409.

HSL color Cylindrical-coordinate representation of color #A19F1D: hue angle of 59.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A19F1D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB16115929-
CMYK00.010.820.37
HSL59.09º69.47%37.25%-
HSV(B)59.09º81.99%63.14%-
XYZ27.3232.465.99-
YUV144.7862.66139.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 159 (62.5% from 255) = 45.56%
BLUE value IS 29 (11.72% from 255) = 8.31%
R=46.13%
G=45.56%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611592900.010.820.3759.0969.4737.25
HexA19F1D0152253b4525
Octal2412373501122457310545
Binary1010000110011111111010110100101001011110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F1D; }

 p { color: rgb(161,159,29); }

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

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

 a { background-color: rgb(161,159,29); }

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

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

 span { border-color: rgb(161,159,29); }

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