#AB9E2D

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

Shades of Lucky #AB9E2D

Tints of Lucky #AB9E2D

Color information

#AB9E2D (or 0xAB9E2D) is unknown color: approx Lucky. HEX triplet: AB, 9E and 2D. RGB value is (171,158,45). Sum of RGB (Red+Green+Blue) = 171+158+45=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E2D is #5461D2. Grayscale: #959595. Windows color (decimal): -5530067 or 2989739. OLE color: 2989739.

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

Color convert

RGB17115845-
CMYK00.080.740.33
HSL53.81º58.33%42.35%-
HSV(B)53.81º73.68%67.06%-
XYZ29.533.37.36-
YUV14969.31143.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.72%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 45 (17.97% from 255) = 12.03%
R=45.72%
G=42.25%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711584500.080.740.3353.8158.3342.35
HexAB9E2D084A21363a2a
Octal2532365501011241667252
Binary1010101110011110101101010001001010100001110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E2D; }

 p { color: rgb(171,158,45); }

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

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

 a { background-color: rgb(171,158,45); }

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

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

 span { border-color: rgb(171,158,45); }

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