#AB5541

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

Shades of Crail #AB5541

Tints of Crail #AB5541

Color information

#AB5541 (or 0xAB5541) is unknown color: approx Crail. HEX triplet: AB, 55 and 41. RGB value is (171,85,65). Sum of RGB (Red+Green+Blue) = 171+85+65=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5541 is #54AABE. Grayscale: #6C6C6C. Windows color (decimal): -5548735 or 4281771. OLE color: 4281771.

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

Color convert

RGB1718565-
CMYK00.500.620.33
HSL11.32º44.92%46.27%-
HSV(B)11.32º61.99%67.06%-
XYZ2115.546.89-
YUV108.43103.49172.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.27%
GREEN value IS 85 (33.59% from 255) = 26.48%
BLUE value IS 65 (25.78% from 255) = 20.25%
R=53.27%
G=26.48%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171856500.500.620.3311.3244.9246.27
HexAB55410323E21b2d2e
Octal2531251010627641135556
Binary101010111010101100000101100101111101000011011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5541; }

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

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

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

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

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

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

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

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