#AB5C49

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

Shades of Crail #AB5C49

Tints of Crail #AB5C49

Color information

#AB5C49 (or 0xAB5C49) is unknown color: approx Crail. HEX triplet: AB, 5C and 49. RGB value is (171,92,73). Sum of RGB (Red+Green+Blue) = 171+92+73=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 73 (28.91% from 255 or 21.73% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C49 is #54A3B6. Grayscale: #717171. Windows color (decimal): -5546935 or 4807851. OLE color: 4807851.

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

Color convert

RGB1719273-
CMYK00.460.570.33
HSL11.63º40.16%47.84%-
HSV(B)11.63º57.31%67.06%-
XYZ21.8216.798.39-
YUV113.46105.17169.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 73 (28.91% from 255) = 21.73%
R=50.89%
G=27.38%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171927300.460.570.3311.6340.1647.84
HexAB5C4902E3921c2830
Octal2531341110567141145060
Binary101010111011100100100101011101110011000011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5C49; }

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

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

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

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

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

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

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

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