#A29814

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

Shades of Lucky #A29814

Tints of Lucky #A29814

Color information

#A29814 (or 0xA29814) is unknown color: approx Lucky. HEX triplet: A2, 98 and 14. RGB value is (162,152,20). Sum of RGB (Red+Green+Blue) = 162+152+20=334 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.50% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 162 - color contains mainly: red. Hex color #A29814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29814 is #5D67EB. Grayscale: #8C8C8C. Windows color (decimal): -6121452 or 1349794. OLE color: 1349794.

HSL color Cylindrical-coordinate representation of color #A29814: hue angle of 55.77º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A29814 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB16215220-
CMYK00.060.880.36
HSL55.77º78.02%35.69%-
HSV(B)55.77º87.65%63.53%-
XYZ26.2530.195.1-
YUV139.9460.31143.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.50%
GREEN value IS 152 (59.77% from 255) = 45.51%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=48.50%
G=45.51%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621522000.060.880.3655.7778.0235.69
HexA29814065824384e24
Octal2422302406130447011644
Binary101000101001100010100011010110001001001110001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29814; }

 p { color: rgb(162,152,20); }

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

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

 a { background-color: rgb(162,152,20); }

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

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

 span { border-color: rgb(162,152,20); }

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