#AC5C4B

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

Shades of Crail #AC5C4B

Tints of Crail #AC5C4B

Color information

#AC5C4B (or 0xAC5C4B) is unknown color: approx Crail. HEX triplet: AC, 5C and 4B. RGB value is (172,92,75). Sum of RGB (Red+Green+Blue) = 172+92+75=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C4B is #53A3B4. Grayscale: #727272. Windows color (decimal): -5481397 or 4938924. OLE color: 4938924.

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

Color convert

RGB1729275-
CMYK00.470.560.33
HSL10.52º39.27%48.43%-
HSV(B)10.52º56.4%67.45%-
XYZ22.1116.938.76-
YUV113.98106169.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=50.74%
G=27.14%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172927500.470.560.3310.5239.2748.43
HexAC5C4B02F3821b2730
Octal2541341130577041134760
Binary101011001011100100101101011111110001000011011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C4B; }

 p { color: rgb(172,92,75); }

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

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

 a { background-color: rgb(172,92,75); }

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

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

 span { border-color: rgb(172,92,75); }

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