#A19F27

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

Shades of Lucky #A19F27

Tints of Lucky #A19F27

Color information

#A19F27 (or 0xA19F27) is unknown color: approx Lucky. HEX triplet: A1, 9F and 27. RGB value is (161,159,39). Sum of RGB (Red+Green+Blue) = 161+159+39=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19F27 is #5E60D8. Grayscale: #929292. Windows color (decimal): -6185177 or 2596769. OLE color: 2596769.

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

Color convert

RGB16115939-
CMYK00.010.760.37
HSL59.02º61%39.22%-
HSV(B)59.02º75.78%63.14%-
XYZ27.4632.526.75-
YUV145.9267.66138.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=44.85%
G=44.29%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611593900.010.760.3759.026139.22
HexA19F27014C253b3d27
Octal241237470111445737547
Binary1010000110011111100111011001100100101111011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19F27; }

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

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

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

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

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

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

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

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