#A69C28

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

Shades of Lucky #A69C28

Tints of Lucky #A69C28

Color information

#A69C28 (or 0xA69C28) is unknown color: approx Lucky. HEX triplet: A6, 9C and 28. RGB value is (166,156,40). Sum of RGB (Red+Green+Blue) = 166+156+40=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C28 is #5963D7. Grayscale: #929292. Windows color (decimal): -5858264 or 2661542. OLE color: 2661542.

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

Color convert

RGB16615640-
CMYK00.060.760.35
HSL55.24º61.17%40.39%-
HSV(B)55.24º75.9%65.1%-
XYZ2832.046.72-
YUV145.7768.31142.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 40 (16.02% from 255) = 11.05%
R=45.86%
G=43.09%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661564000.060.760.3555.2461.1740.39
HexA69C28064C23373d28
Octal246234500611443677550
Binary101001101001110010100001101001100100011110111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C28; }

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

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

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

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

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

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

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

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