#AB9D29

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

Shades of Lucky #AB9D29

Tints of Lucky #AB9D29

Color information

#AB9D29 (or 0xAB9D29) is unknown color: approx Lucky. HEX triplet: AB, 9D and 29. RGB value is (171,157,41). Sum of RGB (Red+Green+Blue) = 171+157+41=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D29 is #5462D6. Grayscale: #949494. Windows color (decimal): -5530327 or 2727339. OLE color: 2727339.

HSL color Cylindrical-coordinate representation of color #AB9D29: hue angle of 53.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB9D29 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB17115741-
CMYK00.080.760.33
HSL53.54º61.32%41.57%-
HSV(B)53.54º76.02%67.06%-
XYZ29.2532.936.91-
YUV147.9667.64144.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 41 (16.41% from 255) = 11.11%
R=46.34%
G=42.55%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711574100.080.760.3353.5461.3241.57
HexAB9D29084C21363d2a
Octal2532355101011441667552
Binary1010101110011101101001010001001100100001110110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D29; }

 p { color: rgb(171,157,41); }

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

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

 a { background-color: rgb(171,157,41); }

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

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

 span { border-color: rgb(171,157,41); }

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