#AC5D38

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

Shades of Vesuvius #AC5D38

Tints of Vesuvius #AC5D38

Color information

#AC5D38 (or 0xAC5D38) is unknown color: approx Vesuvius. HEX triplet: AC, 5D and 38. RGB value is (172,93,56). Sum of RGB (Red+Green+Blue) = 172+93+56=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D38 is #53A2C7. Grayscale: #707070. Windows color (decimal): -5481160 or 3693996. OLE color: 3693996.

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

Color convert

RGB1729356-
CMYK00.460.670.33
HSL19.14º50.88%44.71%-
HSV(B)19.14º67.44%67.45%-
XYZ21.6416.885.86-
YUV112.496.17170.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 56 (22.27% from 255) = 17.45%
R=53.58%
G=28.97%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172935600.460.670.3319.1450.8844.71
HexAC5D3802E432113332d
Octal2541357005610341236355
Binary1010110010111011110000101110100001110000110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D38; }

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

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

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

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

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

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

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

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