#AC5E4B

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

Shades of Crail #AC5E4B

Tints of Crail #AC5E4B

Color information

#AC5E4B (or 0xAC5E4B) is unknown color: approx Crail. HEX triplet: AC, 5E and 4B. RGB value is (172,94,75). Sum of RGB (Red+Green+Blue) = 172+94+75=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5E4B is #53A1B4. Grayscale: #737373. Windows color (decimal): -5480885 or 4939436. OLE color: 4939436.

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

Color convert

RGB1729475-
CMYK00.450.560.33
HSL11.75º39.27%48.43%-
HSV(B)11.75º56.4%67.45%-
XYZ22.2917.288.82-
YUV115.16105.34168.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=50.44%
G=27.57%
B=21.99%

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
Decimal172947500.450.560.3311.7539.2748.43
HexAC5E4B02D3821c2730
Octal2541361130557041144760
Binary101011001011110100101101011011110001000011100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E4B; }

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

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

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

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

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

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

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

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