#A6A21D

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

Shades of Lucky #A6A21D

Tints of Lucky #A6A21D

Color information

#A6A21D (or 0xA6A21D) is unknown color: approx Lucky. HEX triplet: A6, A2 and 1D. RGB value is (166,162,29). Sum of RGB (Red+Green+Blue) = 166+162+29=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A21D is #595DE2. Grayscale: #949494. Windows color (decimal): -5856739 or 1942182. OLE color: 1942182.

HSL color Cylindrical-coordinate representation of color #A6A21D: hue angle of 58.25º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6A21D is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB16616229-
CMYK00.020.830.35
HSL58.25º70.26%38.24%-
HSV(B)58.25º82.53%65.1%-
XYZ28.8734.046.21-
YUV148.0360.83140.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 29 (11.72% from 255) = 8.12%
R=46.50%
G=45.38%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661622900.020.830.3558.2570.2638.24
HexA6A21D0253233a4626
Octal2462423502123437210646
Binary10100110101000101110101010100111000111110101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A21D; }

 p { color: rgb(166,162,29); }

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

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

 a { background-color: rgb(166,162,29); }

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

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

 span { border-color: rgb(166,162,29); }

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