#A29E0D

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

Shades of Lucky #A29E0D

Tints of Lucky #A29E0D

Color information

#A29E0D (or 0xA29E0D) is unknown color: approx Lucky. HEX triplet: A2, 9E and 0D. RGB value is (162,158,13). Sum of RGB (Red+Green+Blue) = 162+158+13=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 158 (62.11% from 255 or 47.45% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E0D is #5D61F2. Grayscale: #8F8F8F. Windows color (decimal): -6119923 or 892578. OLE color: 892578.

HSL color Cylindrical-coordinate representation of color #A29E0D: hue angle of 58.39º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A29E0D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB16215813-
CMYK00.020.920.36
HSL58.39º85.14%34.31%-
HSV(B)58.39º91.98%63.53%-
XYZ27.232.165.16-
YUV142.6754.83141.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 158 (62.11% from 255) = 47.45%
BLUE value IS 13 (5.47% from 255) = 3.90%
R=48.65%
G=47.45%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621581300.020.920.3658.3985.1434.31
HexA29ED025C243a5522
Octal2422361502134447212542
Binary1010001010011110110101010111001001001110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E0D; }

 p { color: rgb(162,158,13); }

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

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

 a { background-color: rgb(162,158,13); }

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

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

 span { border-color: rgb(162,158,13); }

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