#AB5949

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

Shades of Crail #AB5949

Tints of Crail #AB5949

Color information

#AB5949 (or 0xAB5949) is unknown color: approx Crail. HEX triplet: AB, 59 and 49. RGB value is (171,89,73). Sum of RGB (Red+Green+Blue) = 171+89+73=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5949 is #54A6B6. Grayscale: #6F6F6F. Windows color (decimal): -5547703 or 4807083. OLE color: 4807083.

HSL color Cylindrical-coordinate representation of color #AB5949: hue angle of 9.8º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5949 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB1718973-
CMYK00.480.570.33
HSL9.8º40.16%47.84%-
HSV(B)9.8º57.31%67.06%-
XYZ21.5716.288.31-
YUV111.69106.17170.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=51.35%
G=26.73%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171897300.480.570.339.840.1647.84
HexAB59490303921a2830
Octal2531311110607141125060
Binary101010111011001100100101100001110011000011010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5949; }

 p { color: rgb(171,89,73); }

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

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

 a { background-color: rgb(171,89,73); }

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

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

 span { border-color: rgb(171,89,73); }

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