#A6A123

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

Shades of Lucky #A6A123

Tints of Lucky #A6A123

Color information

#A6A123 (or 0xA6A123) is unknown color: approx Lucky. HEX triplet: A6, A1 and 23. RGB value is (166,161,35). Sum of RGB (Red+Green+Blue) = 166+161+35=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A123 is #595EDC. Grayscale: #949494. Windows color (decimal): -5856989 or 2335142. OLE color: 2335142.

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

Color convert

RGB16616135-
CMYK00.030.790.35
HSL57.71º65.17%39.41%-
HSV(B)57.71º78.92%65.1%-
XYZ28.7733.726.58-
YUV148.1364.16140.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 161 (63.28% from 255) = 44.48%
BLUE value IS 35 (14.06% from 255) = 9.67%
R=45.86%
G=44.48%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661613500.030.790.3557.7165.1739.41
HexA6A123034F233a4127
Octal2462414303117437210147
Binary101001101010000110001101110011111000111110101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A123; }

 p { color: rgb(166,161,35); }

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

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

 a { background-color: rgb(166,161,35); }

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

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

 span { border-color: rgb(166,161,35); }

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