#AB5B50

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

Shades of Crail #AB5B50

Tints of Crail #AB5B50

Color information

#AB5B50 (or 0xAB5B50) is unknown color: approx Crail. HEX triplet: AB, 5B and 50. RGB value is (171,91,80). Sum of RGB (Red+Green+Blue) = 171+91+80=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5B50 is #54A4AF. Grayscale: #717171. Windows color (decimal): -5547184 or 5266347. OLE color: 5266347.

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

Color convert

RGB1719180-
CMYK00.470.530.33
HSL7.25º36.25%49.22%-
HSV(B)7.25º53.22%67.06%-
XYZ21.9816.729.66-
YUV113.67109168.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 26.61%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=50%
G=26.61%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171918000.470.530.337.2536.2549.22
HexAB5B5002F352172431
Octal253133120057654174461
Binary10101011101101110100000101111110101100001111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5B50; }

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

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

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

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

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

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

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

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