#AB5741

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

Shades of Crail #AB5741

Tints of Crail #AB5741

Color information

#AB5741 (or 0xAB5741) is unknown color: approx Crail. HEX triplet: AB, 57 and 41. RGB value is (171,87,65). Sum of RGB (Red+Green+Blue) = 171+87+65=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5741 is #54A8BE. Grayscale: #6D6D6D. Windows color (decimal): -5548223 or 4282283. OLE color: 4282283.

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

Color convert

RGB1718765-
CMYK00.490.620.33
HSL12.45º44.92%46.27%-
HSV(B)12.45º61.99%67.06%-
XYZ21.1615.866.95-
YUV109.61102.83171.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 65 (25.78% from 255) = 20.12%
R=52.94%
G=26.93%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171876500.490.620.3312.4544.9246.27
HexAB57410313E21c2d2e
Octal2531271010617641145556
Binary101010111010111100000101100011111101000011100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5741; }

 p { color: rgb(171,87,65); }

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

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

 a { background-color: rgb(171,87,65); }

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

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

 span { border-color: rgb(171,87,65); }

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