#AC5D48

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

Shades of Crail #AC5D48

Tints of Crail #AC5D48

Color information

#AC5D48 (or 0xAC5D48) is unknown color: approx Crail. HEX triplet: AC, 5D and 48. RGB value is (172,93,72). Sum of RGB (Red+Green+Blue) = 172+93+72=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D48 is #53A2B7. Grayscale: #727272. Windows color (decimal): -5481144 or 4742572. OLE color: 4742572.

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

Color convert

RGB1729372-
CMYK00.460.580.33
HSL12.6º40.98%47.84%-
HSV(B)12.6º58.14%67.45%-
XYZ22.117.078.26-
YUV114.23104.17169.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=51.04%
G=27.60%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172937200.460.580.3312.640.9847.84
HexAC5D4802E3A21d2930
Octal2541351100567241155160
Binary101011001011101100100001011101110101000011101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D48; }

 p { color: rgb(172,93,72); }

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

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

 a { background-color: rgb(172,93,72); }

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

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

 span { border-color: rgb(172,93,72); }

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