#A0A61D

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

Shades of Lucky #A0A61D

Tints of Lucky #A0A61D

Color information

#A0A61D (or 0xA0A61D) is unknown color: approx Lucky. HEX triplet: A0, A6 and 1D. RGB value is (160,166,29). Sum of RGB (Red+Green+Blue) = 160+166+29=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #A0A61D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A61D is #5F59E2. Grayscale: #959595. Windows color (decimal): -6248931 or 1943200. OLE color: 1943200.

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

Color convert

RGB16016629-
CMYK0.0400.830.35
HSL62.63º70.26%38.24%-
HSV(B)62.63º82.53%65.1%-
XYZ28.3634.836.39-
YUV148.5960.51136.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 29 (11.72% from 255) = 8.17%
R=45.07%
G=46.76%
B=8.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal160166290.0400.830.3562.6370.2638.24
HexA0A61D4053233f4626
Octal2402463540123437710646
Binary101000001010011011101100010100111000111111111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A61D; }

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

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

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

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

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

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

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

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