#AB9B2A

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

Shades of Lucky #AB9B2A

Tints of Lucky #AB9B2A

Color information

#AB9B2A (or 0xAB9B2A) is unknown color: approx Lucky. HEX triplet: AB, 9B and 2A. RGB value is (171,155,42). Sum of RGB (Red+Green+Blue) = 171+155+42=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9B2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9B2A is #5464D5. Grayscale: #939393. Windows color (decimal): -5530838 or 2792363. OLE color: 2792363.

HSL color Cylindrical-coordinate representation of color #AB9B2A: hue angle of 52.56º 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 #AB9B2A is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB17115542-
CMYK00.090.750.33
HSL52.56º60.56%41.76%-
HSV(B)52.56º75.44%67.06%-
XYZ28.9332.276.89-
YUV146.968.8145.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.47%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=46.47%
G=42.12%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711554200.090.750.3352.5660.5641.76
HexAB9B2A094B21353d2a
Octal2532335201111341657552
Binary1010101110011011101010010011001011100001110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9B2A; }

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

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

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

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

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

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

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

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