#A45830

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

Shades of Vesuvius #A45830

Tints of Vesuvius #A45830

Color information

#A45830 (or 0xA45830) is unknown color: approx Vesuvius. HEX triplet: A4, 58 and 30. RGB value is (164,88,48). Sum of RGB (Red+Green+Blue) = 164+88+48=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A45830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45830 is #5BA7CF. Grayscale: #6A6A6A. Windows color (decimal): -6006736 or 3168420. OLE color: 3168420.

HSL color Cylindrical-coordinate representation of color #A45830: hue angle of 20.69º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A45830 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1648848-
CMYK00.460.710.36
HSL20.69º54.72%41.57%-
HSV(B)20.69º70.73%64.31%-
XYZ19.3315.094.69-
YUV106.1695.18169.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 48 (19.14% from 255) = 16%
R=54.67%
G=29.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164884800.460.710.3620.6954.7241.57
HexA4583002E472415372a
Octal2441306005610744256752
Binary1010010010110001100000101110100011110010010101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45830; }

 p { color: rgb(164,88,48); }

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

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

 a { background-color: rgb(164,88,48); }

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

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

 span { border-color: rgb(164,88,48); }

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