#A19A27

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

Shades of Lucky #A19A27

Tints of Lucky #A19A27

Color information

#A19A27 (or 0xA19A27) is unknown color: approx Lucky. HEX triplet: A1, 9A and 27. RGB value is (161,154,39). Sum of RGB (Red+Green+Blue) = 161+154+39=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 154 (60.55% from 255 or 43.50% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19A27 is #5E65D8. Grayscale: #8F8F8F. Windows color (decimal): -6186457 or 2595489. OLE color: 2595489.

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

Color convert

RGB16115439-
CMYK00.040.760.37
HSL56.56º61%39.22%-
HSV(B)56.56º75.78%63.14%-
XYZ26.6230.836.47-
YUV142.9869.32140.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 154 (60.55% from 255) = 43.50%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=45.48%
G=43.50%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611543900.040.760.3756.566139.22
HexA19A27044C25393d27
Octal241232470411445717547
Binary101000011001101010011101001001100100101111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A27; }

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

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

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

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

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

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

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

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