#A69728

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

Shades of Lucky #A69728

Tints of Lucky #A69728

Color information

#A69728 (or 0xA69728) is unknown color: approx Lucky. HEX triplet: A6, 97 and 28. RGB value is (166,151,40). Sum of RGB (Red+Green+Blue) = 166+151+40=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A69728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69728 is #5968D7. Grayscale: #8F8F8F. Windows color (decimal): -5859544 or 2660262. OLE color: 2660262.

HSL color Cylindrical-coordinate representation of color #A69728: hue angle of 52.86º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A69728 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB16615140-
CMYK00.090.760.35
HSL52.86º61.17%40.39%-
HSV(B)52.86º75.9%65.1%-
XYZ27.1830.396.44-
YUV142.8369.97144.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 40 (16.02% from 255) = 11.20%
R=46.50%
G=42.30%
B=11.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661514000.090.760.3552.8661.1740.39
HexA69728094C23353d28
Octal2462275001111443657550
Binary1010011010010111101000010011001100100011110101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69728; }

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

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

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

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

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

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

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

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