#A29B0D

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

Shades of Lucky #A29B0D

Tints of Lucky #A29B0D

Color information

#A29B0D (or 0xA29B0D) is unknown color: approx Lucky. HEX triplet: A2, 9B and 0D. RGB value is (162,155,13). Sum of RGB (Red+Green+Blue) = 162+155+13=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29B0D is #5D64F2. Grayscale: #8D8D8D. Windows color (decimal): -6120691 or 891810. OLE color: 891810.

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

Color convert

RGB16215513-
CMYK00.040.920.36
HSL57.18º85.14%34.31%-
HSV(B)57.18º91.98%63.53%-
XYZ26.6931.154.99-
YUV140.955.82143.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 155 (60.94% from 255) = 46.97%
BLUE value IS 13 (5.47% from 255) = 3.94%
R=49.09%
G=46.97%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621551300.040.920.3657.1885.1434.31
HexA29BD045C24395522
Octal2422331504134447112542
Binary10100010100110111101010010111001001001110011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B0D; }

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

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

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

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

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

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

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

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