#A69427

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

Shades of Lucky #A69427

Tints of Lucky #A69427

Color information

#A69427 (or 0xA69427) is unknown color: approx Lucky. HEX triplet: A6, 94 and 27. RGB value is (166,148,39). Sum of RGB (Red+Green+Blue) = 166+148+39=353 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.03% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 166 - color contains mainly: red. Hex color #A69427 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69427 is #596BD8. Grayscale: #8D8D8D. Windows color (decimal): -5860313 or 2593958. OLE color: 2593958.

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

Color convert

RGB16614839-
CMYK00.110.770.35
HSL51.5º61.95%40.2%-
HSV(B)51.5º76.51%65.1%-
XYZ26.6829.436.19-
YUV140.9670.46145.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.03%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 39 (15.62% from 255) = 11.05%
R=47.03%
G=41.93%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661483900.110.770.3551.561.9540.2
HexA694270B4D23333e28
Octal2462244701311543637650
Binary1010011010010100100111010111001101100011110011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69427; }

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

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

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

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

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

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

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

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