#AB9C2A

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

Shades of Lucky #AB9C2A

Tints of Lucky #AB9C2A

Color information

#AB9C2A (or 0xAB9C2A) is unknown color: approx Lucky. HEX triplet: AB, 9C and 2A. RGB value is (171,156,42). Sum of RGB (Red+Green+Blue) = 171+156+42=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C2A is #5463D5. Grayscale: #939393. Windows color (decimal): -5530582 or 2792619. OLE color: 2792619.

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

Color convert

RGB17115642-
CMYK00.090.750.33
HSL53.02º60.56%41.76%-
HSV(B)53.02º75.44%67.06%-
XYZ29.132.66.95-
YUV147.4968.47144.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=46.34%
G=42.28%
B=11.38%

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
Decimal1711564200.090.750.3353.0260.5641.76
HexAB9C2A094B21353d2a
Octal2532345201111341657552
Binary1010101110011100101010010011001011100001110101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9C2A; }

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

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

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

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

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

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

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

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