#a29d1b

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

Shades of Lucky #A29D1B

Tints of Lucky #A29D1B

Color information

#A29D1B (or 0xA29D1B) is unknown color: approx Lucky. HEX triplet: A2, 9D and 1B. RGB value is (162,157,27). Sum of RGB (Red+Green+Blue) = 162+157+27=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D1B is #5D62E4. Grayscale: #909090. Windows color (decimal): -6120165 or 1809826. OLE color: 1809826.

HSL color Cylindrical-coordinate representation of color #A29D1B: hue angle of 57.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A29D1B is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB16215727-
CMYK00.030.830.36
HSL57.78º71.43%37.06%-
HSV(B)57.78º83.33%63.53%-
XYZ27.1631.875.76-
YUV143.6762.16141.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.82%
GREEN value IS 157 (61.72% from 255) = 45.38%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=46.82%
G=45.38%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621572700.030.830.3657.7871.4337.06
HexA29D1B0353243a4725
Octal2422353303123447210745
Binary10100010100111011101101110100111001001110101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a29d1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a29d1b; }

 p { color: rgb(162,157,27); }

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

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

 a { background-color: rgb(162,157,27); }

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

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

 span { border-color: rgb(162,157,27); }

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