#a69726

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

Shades of Lucky #A69726

Tints of Lucky #A69726

Color information

#A69726 (or 0xA69726) is unknown color: approx Lucky. HEX triplet: A6, 97 and 26. RGB value is (166,151,38). Sum of RGB (Red+Green+Blue) = 166+151+38=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A69726 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69726 is #5968D9. Grayscale: #8F8F8F. Windows color (decimal): -5859546 or 2529190. OLE color: 2529190.

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

Color convert

RGB16615138-
CMYK00.090.770.35
HSL52.97º62.75%40%-
HSV(B)52.97º77.11%65.1%-
XYZ27.1430.386.27-
YUV142.668.97144.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 151 (59.38% from 255) = 42.54%
BLUE value IS 38 (15.23% from 255) = 10.70%
R=46.76%
G=42.54%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661513800.090.770.3552.9762.7540
HexA69726094D23353f28
Octal2462274601111543657750
Binary1010011010010111100110010011001101100011110101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a69726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a69726; }

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

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

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

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

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

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

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

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