#A69020

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

Shades of Lucky #A69020

Tints of Lucky #A69020

Color information

#A69020 (or 0xA69020) is unknown color: approx Lucky. HEX triplet: A6, 90 and 20. RGB value is (166,144,32). Sum of RGB (Red+Green+Blue) = 166+144+32=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A69020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69020 is #596FDF. Grayscale: #8A8A8A. Windows color (decimal): -5861344 or 2134182. OLE color: 2134182.

HSL color Cylindrical-coordinate representation of color #A69020: hue angle of 50.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A69020 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16614432-
CMYK00.130.810.35
HSL50.15º67.68%38.82%-
HSV(B)50.15º80.72%65.1%-
XYZ25.9628.165.43-
YUV137.8168.29148.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.54%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 32 (12.89% from 255) = 9.36%
R=48.54%
G=42.11%
B=9.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661443200.130.810.3550.1567.6838.82
HexA690200D5123324427
Octal24622040015121436210447
Binary10100110100100001000000110110100011000111100101000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69020; }

 p { color: rgb(166,144,32); }

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

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

 a { background-color: rgb(166,144,32); }

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

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

 span { border-color: rgb(166,144,32); }

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