#AB5242

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

Shades of Crail #AB5242

Tints of Crail #AB5242

Color information

#AB5242 (or 0xAB5242) is unknown color: approx Crail. HEX triplet: AB, 52 and 42. RGB value is (171,82,66). Sum of RGB (Red+Green+Blue) = 171+82+66=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5242 is #54ADBD. Grayscale: #6A6A6A. Windows color (decimal): -5549502 or 4346539. OLE color: 4346539.

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

Color convert

RGB1718266-
CMYK00.520.610.33
HSL9.14º44.3%46.47%-
HSV(B)9.14º61.4%67.06%-
XYZ20.815.096.97-
YUV106.79104.99173.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 66 (26.17% from 255) = 20.69%
R=53.61%
G=25.71%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171826600.520.610.339.1444.346.47
HexAB52420343D2192c2e
Octal2531221020647541115456
Binary101010111010010100001001101001111011000011001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5242; }

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

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

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

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

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

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

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

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