#AB5D4E

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

Shades of Crail #AB5D4E

Tints of Crail #AB5D4E

Color information

#AB5D4E (or 0xAB5D4E) is unknown color: approx Crail. HEX triplet: AB, 5D and 4E. RGB value is (171,93,78). Sum of RGB (Red+Green+Blue) = 171+93+78=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D4E is #54A2B1. Grayscale: #727272. Windows color (decimal): -5546674 or 5135787. OLE color: 5135787.

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

Color convert

RGB1719378-
CMYK00.460.540.33
HSL9.68º37.35%48.82%-
HSV(B)9.68º54.39%67.06%-
XYZ22.0817.049.33-
YUV114.61107.34168.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 27.19%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=50%
G=27.19%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171937800.460.540.339.6837.3548.82
HexAB5D4E02E3621a2531
Octal2531351160566641124561
Binary101010111011101100111001011101101101000011010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5D4E; }

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

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

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

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

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

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

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

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