#A0A71D

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

Shades of Lucky #A0A71D

Tints of Lucky #A0A71D

Color information

#A0A71D (or 0xA0A71D) is unknown color: approx Lucky. HEX triplet: A0, A7 and 1D. RGB value is (160,167,29). Sum of RGB (Red+Green+Blue) = 160+167+29=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 167 (65.62% from 255 or 46.91% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A71D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A71D is #5F58E2. Grayscale: #959595. Windows color (decimal): -6248675 or 1943456. OLE color: 1943456.

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

Color convert

RGB16016729-
CMYK0.0400.830.35
HSL63.04º70.41%38.43%-
HSV(B)63.04º82.63%65.49%-
XYZ28.5435.26.45-
YUV149.1860.18135.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 167 (65.62% from 255) = 46.91%
BLUE value IS 29 (11.72% from 255) = 8.15%
R=44.94%
G=46.91%
B=8.15%

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
Decimal160167290.0400.830.3563.0470.4138.43
HexA0A71D4053233f4626
Octal2402473540123437710646
Binary101000001010011111101100010100111000111111111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A71D; }

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

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

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

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

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

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

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

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