#AB9E2A

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

Shades of Lucky #AB9E2A

Tints of Lucky #AB9E2A

Color information

#AB9E2A (or 0xAB9E2A) is unknown color: approx Lucky. HEX triplet: AB, 9E and 2A. RGB value is (171,158,42). Sum of RGB (Red+Green+Blue) = 171+158+42=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9E2A is #5461D5. Grayscale: #959595. Windows color (decimal): -5530070 or 2793131. OLE color: 2793131.

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

Color convert

RGB17115842-
CMYK00.080.750.33
HSL53.95º60.56%41.76%-
HSV(B)53.95º75.44%67.06%-
XYZ29.4433.287.06-
YUV148.6667.81143.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 158 (62.11% from 255) = 42.59%
BLUE value IS 42 (16.80% from 255) = 11.32%
R=46.09%
G=42.59%
B=11.32%

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
Decimal1711584200.080.750.3353.9560.5641.76
HexAB9E2A084B21363d2a
Octal2532365201011341667552
Binary1010101110011110101010010001001011100001110110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9E2A; }

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

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

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

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

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

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

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

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