#AB9319

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

Shades of Lucky #AB9319

Tints of Lucky #AB9319

Color information

#AB9319 (or 0xAB9319) is unknown color: approx Lucky. HEX triplet: AB, 93 and 19. RGB value is (171,147,25). Sum of RGB (Red+Green+Blue) = 171+147+25=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9319 is #546CE6. Grayscale: #8C8C8C. Windows color (decimal): -5532903 or 1676203. OLE color: 1676203.

HSL color Cylindrical-coordinate representation of color #AB9319: hue angle of 50.14º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB9319 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB17114725-
CMYK00.140.850.33
HSL50.14º74.49%38.43%-
HSV(B)50.14º85.38%67.06%-
XYZ27.429.65.19-
YUV140.2762.95149.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 7.29%
R=49.85%
G=42.86%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711472500.140.850.3350.1474.4938.43
HexAB93190E5521324a26
Octal25322331016125416211246
Binary1010101110010011110010111010101011000011100101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9319; }

 p { color: rgb(171,147,25); }

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

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

 a { background-color: rgb(171,147,25); }

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

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

 span { border-color: rgb(171,147,25); }

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