#AB8C1D

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

Shades of Lucky #AB8C1D

Tints of Lucky #AB8C1D

Color information

#AB8C1D (or 0xAB8C1D) is unknown color: approx Lucky. HEX triplet: AB, 8C and 1D. RGB value is (171,140,29). Sum of RGB (Red+Green+Blue) = 171+140+29=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C1D is #5473E2. Grayscale: #898989. Windows color (decimal): -5534691 or 1936555. OLE color: 1936555.

HSL color Cylindrical-coordinate representation of color #AB8C1D: hue angle of 46.9º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB8C1D is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB17114029-
CMYK00.180.830.33
HSL46.9º71%39.22%-
HSV(B)46.9º83.04%67.06%-
XYZ26.3927.55.08-
YUV136.6267.27152.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 29 (11.72% from 255) = 8.53%
R=50.29%
G=41.18%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711402900.180.830.3346.97139.22
HexAB8C1D01253212f4727
Octal25321435022123415710747
Binary10101011100011001110101001010100111000011011111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C1D; }

 p { color: rgb(171,140,29); }

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

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

 a { background-color: rgb(171,140,29); }

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

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

 span { border-color: rgb(171,140,29); }

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