#a3a71d

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

Shades of Lucky #A3A71D

Tints of Lucky #A3A71D

Color information

#A3A71D (or 0xA3A71D) is unknown color: approx Lucky. HEX triplet: A3, A7 and 1D. RGB value is (163,167,29). Sum of RGB (Red+Green+Blue) = 163+167+29=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A71D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A71D is #5C58E2. Grayscale: #969696. Windows color (decimal): -6052067 or 1943459. OLE color: 1943459.

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

Color convert

RGB16316729-
CMYK0.0200.830.35
HSL61.74º70.41%38.43%-
HSV(B)61.74º82.63%65.49%-
XYZ29.1435.516.48-
YUV150.0759.67137.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 167 (65.62% from 255) = 46.52%
BLUE value IS 29 (11.72% from 255) = 8.08%
R=45.40%
G=46.52%
B=8.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163167290.0200.830.3561.7470.4138.43
HexA3A71D2053233e4626
Octal2432473520123437610646
Binary10100011101001111110110010100111000111111101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3a71d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3a71d; }

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

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

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

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

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

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

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

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