#AB941D

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

Shades of Lucky #AB941D

Tints of Lucky #AB941D

Color information

#AB941D (or 0xAB941D) is unknown color: approx Lucky. HEX triplet: AB, 94 and 1D. RGB value is (171,148,29). Sum of RGB (Red+Green+Blue) = 171+148+29=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB941D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB941D is #546BE2. Grayscale: #8D8D8D. Windows color (decimal): -5532643 or 1938603. OLE color: 1938603.

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

Color convert

RGB17114829-
CMYK00.130.830.33
HSL50.28º71%39.22%-
HSV(B)50.28º83.04%67.06%-
XYZ27.6129.935.48-
YUV141.3164.62149.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.14%
GREEN value IS 148 (58.20% from 255) = 42.53%
BLUE value IS 29 (11.72% from 255) = 8.33%
R=49.14%
G=42.53%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711482900.130.830.3350.287139.22
HexAB941D0D5321324727
Octal25322435015123416210747
Binary1010101110010100111010110110100111000011100101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB941D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB941D; }

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

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

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

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

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

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

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

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