#AB9D2A

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

Shades of Lucky #AB9D2A

Tints of Lucky #AB9D2A

Color information

#AB9D2A (or 0xAB9D2A) is unknown color: approx Lucky. HEX triplet: AB, 9D and 2A. RGB value is (171,157,42). Sum of RGB (Red+Green+Blue) = 171+157+42=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9D2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9D2A is #5462D5. Grayscale: #949494. Windows color (decimal): -5530326 or 2792875. OLE color: 2792875.

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

Color convert

RGB17115742-
CMYK00.080.750.33
HSL53.49º60.56%41.76%-
HSV(B)53.49º75.44%67.06%-
XYZ29.2732.947.01-
YUV148.0868.14144.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 42 (16.80% from 255) = 11.35%
R=46.22%
G=42.43%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711574200.080.750.3353.4960.5641.76
HexAB9D2A084B21353d2a
Octal2532355201011341657552
Binary1010101110011101101010010001001011100001110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9D2A; }

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

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

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

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

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

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

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

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