#AB5742

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

Shades of Crail #AB5742

Tints of Crail #AB5742

Color information

#AB5742 (or 0xAB5742) is unknown color: approx Crail. HEX triplet: AB, 57 and 42. RGB value is (171,87,66). Sum of RGB (Red+Green+Blue) = 171+87+66=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5742 is #54A8BD. Grayscale: #6D6D6D. Windows color (decimal): -5548222 or 4347819. OLE color: 4347819.

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

Color convert

RGB1718766-
CMYK00.490.610.33
HSL12º44.3%46.47%-
HSV(B)12º61.4%67.06%-
XYZ21.1915.877.1-
YUV109.72103.33171.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.78%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=52.78%
G=26.85%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171876600.490.610.331244.346.47
HexAB57420313D21c2c2e
Octal2531271020617541145456
Binary101010111010111100001001100011111011000011100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5742; }

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

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

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

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

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

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

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

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