#AC5E4C

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

Shades of Crail #AC5E4C

Tints of Crail #AC5E4C

Color information

#AC5E4C (or 0xAC5E4C) is unknown color: approx Crail. HEX triplet: AC, 5E and 4C. RGB value is (172,94,76). Sum of RGB (Red+Green+Blue) = 172+94+76=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E4C is #53A1B3. Grayscale: #737373. Windows color (decimal): -5480884 or 5004972. OLE color: 5004972.

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

Color convert

RGB1729476-
CMYK00.450.560.33
HSL11.25º38.71%48.63%-
HSV(B)11.25º55.81%67.45%-
XYZ22.3217.39-
YUV115.27105.84168.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 76 (30.08% from 255) = 22.22%
R=50.29%
G=27.49%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172947600.450.560.3311.2538.7148.63
HexAC5E4C02D3821b2731
Octal2541361140557041134761
Binary101011001011110100110001011011110001000011011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E4C; }

 p { color: rgb(172,94,76); }

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

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

 a { background-color: rgb(172,94,76); }

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

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

 span { border-color: rgb(172,94,76); }

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