#AC5631

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

Shades of Vesuvius #AC5631

Tints of Vesuvius #AC5631

Color information

#AC5631 (or 0xAC5631) is unknown color: approx Vesuvius. HEX triplet: AC, 56 and 31. RGB value is (172,86,49). Sum of RGB (Red+Green+Blue) = 172+86+49=307 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.03% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5631 is #53A9CE. Grayscale: #6B6B6B. Windows color (decimal): -5482959 or 3233452. OLE color: 3233452.

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

Color convert

RGB1728649-
CMYK00.50.720.33
HSL18.05º55.66%43.33%-
HSV(B)18.05º71.51%67.45%-
XYZ20.915.654.82-
YUV107.594.99174.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.03%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=56.03%
G=28.01%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172864900.50.720.3318.0555.6643.33
HexAC5631032482112382b
Octal2541266106211041227053
Binary1010110010101101100010110010100100010000110010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5631; }

 p { color: rgb(172,86,49); }

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

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

 a { background-color: rgb(172,86,49); }

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

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

 span { border-color: rgb(172,86,49); }

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