#A75A31

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

Shades of Vesuvius #A75A31

Tints of Vesuvius #A75A31

Color information

#A75A31 (or 0xA75A31) is unknown color: approx Vesuvius. HEX triplet: A7, 5A and 31. RGB value is (167,90,49). Sum of RGB (Red+Green+Blue) = 167+90+49=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A75A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75A31 is #58A5CE. Grayscale: #6C6C6C. Windows color (decimal): -5809615 or 3234471. OLE color: 3234471.

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

Color convert

RGB1679049-
CMYK00.460.710.35
HSL20.85º54.63%42.35%-
HSV(B)20.85º70.66%65.49%-
XYZ20.1515.754.88-
YUV108.3594.51169.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.58%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 49 (19.53% from 255) = 16.01%
R=54.58%
G=29.41%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167904900.460.710.3520.8554.6342.35
HexA75A3102E472315372a
Octal2471326105610743256752
Binary1010011110110101100010101110100011110001110101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75A31; }

 p { color: rgb(167,90,49); }

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

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

 a { background-color: rgb(167,90,49); }

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

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

 span { border-color: rgb(167,90,49); }

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