#AB8C1E

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

Shades of Lucky #AB8C1E

Tints of Lucky #AB8C1E

Color information

#AB8C1E (or 0xAB8C1E) is unknown color: approx Lucky. HEX triplet: AB, 8C and 1E. RGB value is (171,140,30). Sum of RGB (Red+Green+Blue) = 171+140+30=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8C1E is #5473E1. Grayscale: #898989. Windows color (decimal): -5534690 or 2002091. OLE color: 2002091.

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

Color convert

RGB17114030-
CMYK00.180.820.33
HSL46.81º70.15%39.41%-
HSV(B)46.81º82.46%67.06%-
XYZ26.4127.515.15-
YUV136.7367.77152.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.15%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=50.15%
G=41.06%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711403000.180.820.3346.8170.1539.41
HexAB8C1E01252212f4627
Octal25321436022122415710647
Binary10101011100011001111001001010100101000011011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8C1E; }

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

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

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

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

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

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

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

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