#A19728

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

Shades of Lucky #A19728

Tints of Lucky #A19728

Color information

#A19728 (or 0xA19728) is unknown color: approx Lucky. HEX triplet: A1, 97 and 28. RGB value is (161,151,40). Sum of RGB (Red+Green+Blue) = 161+151+40=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A19728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19728 is #5E68D7. Grayscale: #8D8D8D. Windows color (decimal): -6187224 or 2660257. OLE color: 2660257.

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

Color convert

RGB16115140-
CMYK00.060.750.37
HSL55.04º60.2%39.41%-
HSV(B)55.04º75.16%63.14%-
XYZ26.1529.866.39-
YUV141.3470.81142.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 40 (16.02% from 255) = 11.36%
R=45.74%
G=42.90%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611514000.060.750.3755.0460.239.41
HexA19728064B25373c27
Octal241227500611345677447
Binary101000011001011110100001101001011100101110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19728; }

 p { color: rgb(161,151,40); }

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

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

 a { background-color: rgb(161,151,40); }

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

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

 span { border-color: rgb(161,151,40); }

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