#AB574A

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

Shades of Crail #AB574A

Tints of Crail #AB574A

Color information

#AB574A (or 0xAB574A) is unknown color: approx Crail. HEX triplet: AB, 57 and 4A. RGB value is (171,87,74). Sum of RGB (Red+Green+Blue) = 171+87+74=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB574A is #54A8B5. Grayscale: #6E6E6E. Windows color (decimal): -5548214 or 4872107. OLE color: 4872107.

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

Color convert

RGB1718774-
CMYK00.490.570.33
HSL8.04º39.59%48.04%-
HSV(B)8.04º56.73%67.06%-
XYZ21.4415.978.43-
YUV110.63107.33171.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.51%
GREEN value IS 87 (34.38% from 255) = 26.20%
BLUE value IS 74 (29.30% from 255) = 22.29%
R=51.51%
G=26.20%
B=22.29%

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
Decimal171877400.490.570.338.0439.5948.04
HexAB574A031392182830
Octal2531271120617141105060
Binary101010111010111100101001100011110011000011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB574A; }

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

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

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

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

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

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

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

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