#AC574A

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

Shades of Crail #AC574A

Tints of Crail #AC574A

Color information

#AC574A (or 0xAC574A) is unknown color: approx Crail. HEX triplet: AC, 57 and 4A. RGB value is (172,87,74). Sum of RGB (Red+Green+Blue) = 172+87+74=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC574A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC574A is #53A8B5. Grayscale: #6F6F6F. Windows color (decimal): -5482678 or 4872108. OLE color: 4872108.

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

Color convert

RGB1728774-
CMYK00.490.570.33
HSL7.96º39.84%48.24%-
HSV(B)7.96º56.98%67.45%-
XYZ21.6616.088.44-
YUV110.93107.16171.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 74 (29.30% from 255) = 22.22%
R=51.65%
G=26.13%
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
Decimal172877400.490.570.337.9639.8448.24
HexAC574A031392182830
Octal2541271120617141105060
Binary101011001010111100101001100011110011000011000101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC574A; }

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

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

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

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

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

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

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

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