#AB5D53

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

Shades of Crail #AB5D53

Tints of Crail #AB5D53

Color information

#AB5D53 (or 0xAB5D53) is unknown color: approx Crail. HEX triplet: AB, 5D and 53. RGB value is (171,93,83). Sum of RGB (Red+Green+Blue) = 171+93+83=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D53 is #54A2AC. Grayscale: #737373. Windows color (decimal): -5546669 or 5463467. OLE color: 5463467.

HSL color Cylindrical-coordinate representation of color #AB5D53: hue angle of 6.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB5D53 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1719383-
CMYK00.460.510.33
HSL6.82º34.65%49.8%-
HSV(B)6.82º51.46%67.06%-
XYZ22.2717.1110.31-
YUV115.18109.84167.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=49.28%
G=26.80%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171938300.460.510.336.8234.6549.8
HexAB5D5302E332172332
Octal253135123056634174362
Binary10101011101110110100110101110110011100001111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D53; }

 p { color: rgb(171,93,83); }

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

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

 a { background-color: rgb(171,93,83); }

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

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

 span { border-color: rgb(171,93,83); }

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