#A45736

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

Shades of Vesuvius #A45736

Tints of Vesuvius #A45736

Color information

#A45736 (or 0xA45736) is unknown color: approx Vesuvius. HEX triplet: A4, 57 and 36. RGB value is (164,87,54). Sum of RGB (Red+Green+Blue) = 164+87+54=305 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.77% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 164 - color contains mainly: red. Hex color #A45736 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45736 is #5BA8C9. Grayscale: #6A6A6A. Windows color (decimal): -6006986 or 3561380. OLE color: 3561380.

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

Color convert

RGB1648754-
CMYK00.470.670.36
HSL18º50.46%42.75%-
HSV(B)18º67.07%64.31%-
XYZ19.3814.985.36-
YUV106.2698.51169.18-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.77%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=53.77%
G=28.52%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164875400.470.670.361850.4642.75
HexA4573602F432412322b
Octal2441276605710344226253
Binary1010010010101111101100101111100001110010010010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45736; }

 p { color: rgb(164,87,54); }

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

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

 a { background-color: rgb(164,87,54); }

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

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

 span { border-color: rgb(164,87,54); }

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