#A7532E

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

Shades of Vesuvius #A7532E

Tints of Vesuvius #A7532E

Color information

#A7532E (or 0xA7532E) is unknown color: approx Vesuvius. HEX triplet: A7, 53 and 2E. RGB value is (167,83,46). Sum of RGB (Red+Green+Blue) = 167+83+46=296 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.42% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 167 - color contains mainly: red. Hex color #A7532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7532E is #58ACD1. Grayscale: #686868. Windows color (decimal): -5811410 or 3036071. OLE color: 3036071.

HSL color Cylindrical-coordinate representation of color #A7532E: hue angle of 18.35º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A7532E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1678346-
CMYK00.500.720.35
HSL18.35º56.81%41.76%-
HSV(B)18.35º72.46%65.49%-
XYZ19.5214.64.37-
YUV103.995.33173.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.42%
GREEN value IS 83 (32.81% from 255) = 28.04%
BLUE value IS 46 (18.36% from 255) = 15.54%
R=56.42%
G=28.04%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167834600.500.720.3518.3556.8141.76
HexA7532E032482312392a
Octal2471235606211043227152
Binary1010011110100111011100110010100100010001110010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7532E; }

 p { color: rgb(167,83,46); }

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

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

 a { background-color: rgb(167,83,46); }

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

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

 span { border-color: rgb(167,83,46); }

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