#AB5B4E

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

Shades of Crail #AB5B4E

Tints of Crail #AB5B4E

Color information

#AB5B4E (or 0xAB5B4E) is unknown color: approx Crail. HEX triplet: AB, 5B and 4E. RGB value is (171,91,78). Sum of RGB (Red+Green+Blue) = 171+91+78=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B4E is #54A4B1. Grayscale: #717171. Windows color (decimal): -5547186 or 5135275. OLE color: 5135275.

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

Color convert

RGB1719178-
CMYK00.470.540.33
HSL8.39º37.35%48.82%-
HSV(B)8.39º54.39%67.06%-
XYZ21.9116.699.27-
YUV113.44108169.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 78 (30.86% from 255) = 22.94%
R=50.29%
G=26.76%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171917800.470.540.338.3937.3548.82
HexAB5B4E02F362182531
Octal2531331160576641104561
Binary101010111011011100111001011111101101000011000100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B4E; }

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

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

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

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

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

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

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

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