#AB941E

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

Shades of Lucky #AB941E

Tints of Lucky #AB941E

Color information

#AB941E (or 0xAB941E) is unknown color: approx Lucky. HEX triplet: AB, 94 and 1E. RGB value is (171,148,30). Sum of RGB (Red+Green+Blue) = 171+148+30=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB941E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB941E is #546BE1. Grayscale: #8D8D8D. Windows color (decimal): -5532642 or 2004139. OLE color: 2004139.

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

Color convert

RGB17114830-
CMYK00.130.820.33
HSL50.21º70.15%39.41%-
HSV(B)50.21º82.46%67.06%-
XYZ27.6229.935.55-
YUV141.4265.12149.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=49.00%
G=42.41%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711483000.130.820.3350.2170.1539.41
HexAB941E0D5221324627
Octal25322436015122416210647
Binary1010101110010100111100110110100101000011100101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB941E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB941E; }

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

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

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

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

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

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

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

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