#AB8B1D

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

Shades of Lucky #AB8B1D

Tints of Lucky #AB8B1D

Color information

#AB8B1D (or 0xAB8B1D) is unknown color: approx Lucky. HEX triplet: AB, 8B and 1D. RGB value is (171,139,29). Sum of RGB (Red+Green+Blue) = 171+139+29=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8B1D is #5474E2. Grayscale: #888888. Windows color (decimal): -5534947 or 1936299. OLE color: 1936299.

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

Color convert

RGB17113929-
CMYK00.190.830.33
HSL46.48º71%39.22%-
HSV(B)46.48º83.04%67.06%-
XYZ26.2527.215.03-
YUV136.0367.6152.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 29 (11.72% from 255) = 8.55%
R=50.44%
G=41.00%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711392900.190.830.3346.487139.22
HexAB8B1D01353212e4727
Octal25321335023123415610747
Binary10101011100010111110101001110100111000011011101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8B1D; }

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

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

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

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

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

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

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

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