#A69C27

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

Shades of Lucky #A69C27

Tints of Lucky #A69C27

Color information

#A69C27 (or 0xA69C27) is unknown color: approx Lucky. HEX triplet: A6, 9C and 27. RGB value is (166,156,39). Sum of RGB (Red+Green+Blue) = 166+156+39=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C27 is #5963D8. Grayscale: #929292. Windows color (decimal): -5858265 or 2596006. OLE color: 2596006.

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

Color convert

RGB16615639-
CMYK00.060.770.35
HSL55.28º61.95%40.2%-
HSV(B)55.28º76.51%65.1%-
XYZ27.9832.036.63-
YUV145.6567.81142.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 39 (15.62% from 255) = 10.80%
R=45.98%
G=43.21%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661563900.060.770.3555.2861.9540.2
HexA69C27064D23373e28
Octal246234470611543677650
Binary101001101001110010011101101001101100011110111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C27; }

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

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

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

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

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

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

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

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