#A45535

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

Shades of Vesuvius #A45535

Tints of Vesuvius #A45535

Color information

#A45535 (or 0xA45535) is unknown color: approx Vesuvius. HEX triplet: A4, 55 and 35. RGB value is (164,85,53). Sum of RGB (Red+Green+Blue) = 164+85+53=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A45535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45535 is #5BAACA. Grayscale: #696969. Windows color (decimal): -6007499 or 3495332. OLE color: 3495332.

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

Color convert

RGB1648553-
CMYK00.480.680.36
HSL17.3º51.15%42.55%-
HSV(B)17.3º67.68%64.31%-
XYZ19.214.655.18-
YUV104.9798.67170.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.30%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=54.30%
G=28.15%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164855300.480.680.3617.351.1542.55
HexA45535030442411332b
Octal2441256506010444216353
Binary1010010010101011101010110000100010010010010001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45535; }

 p { color: rgb(164,85,53); }

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

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

 a { background-color: rgb(164,85,53); }

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

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

 span { border-color: rgb(164,85,53); }

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