#AB594D

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

Shades of Crail #AB594D

Tints of Crail #AB594D

Color information

#AB594D (or 0xAB594D) is unknown color: approx Crail. HEX triplet: AB, 59 and 4D. RGB value is (171,89,77). Sum of RGB (Red+Green+Blue) = 171+89+77=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB594D is #54A6B2. Grayscale: #707070. Windows color (decimal): -5547699 or 5069227. OLE color: 5069227.

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

Color convert

RGB1718977-
CMYK00.480.550.33
HSL7.66º37.9%48.63%-
HSV(B)7.66º54.97%67.06%-
XYZ21.7116.349.03-
YUV112.15108.17169.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 77 (30.47% from 255) = 22.85%
R=50.74%
G=26.41%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171897700.480.550.337.6637.948.63
HexAB594D030372182631
Octal2531311150606741104661
Binary101010111011001100110101100001101111000011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB594D; }

 p { color: rgb(171,89,77); }

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

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

 a { background-color: rgb(171,89,77); }

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

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

 span { border-color: rgb(171,89,77); }

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