#AB584A

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

Shades of Crail #AB584A

Tints of Crail #AB584A

Color information

#AB584A (or 0xAB584A) is unknown color: approx Crail. HEX triplet: AB, 58 and 4A. RGB value is (171,88,74). Sum of RGB (Red+Green+Blue) = 171+88+74=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB584A is #54A7B5. Grayscale: #6F6F6F. Windows color (decimal): -5547958 or 4872363. OLE color: 4872363.

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

Color convert

RGB1718874-
CMYK00.490.570.33
HSL8.66º39.59%48.04%-
HSV(B)8.66º56.73%67.06%-
XYZ21.5216.138.46-
YUV111.22107170.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=51.35%
G=26.43%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171887400.490.570.338.6639.5948.04
HexAB584A031392192830
Octal2531301120617141115060
Binary101010111011000100101001100011110011000011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB584A; }

 p { color: rgb(171,88,74); }

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

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

 a { background-color: rgb(171,88,74); }

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

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

 span { border-color: rgb(171,88,74); }

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