#A75834

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

Shades of Vesuvius #A75834

Tints of Vesuvius #A75834

Color information

#A75834 (or 0xA75834) is unknown color: approx Vesuvius. HEX triplet: A7, 58 and 34. RGB value is (167,88,52). Sum of RGB (Red+Green+Blue) = 167+88+52=307 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.40% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 167 - color contains mainly: red. Hex color #A75834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75834 is #58A7CB. Grayscale: #6B6B6B. Windows color (decimal): -5810124 or 3430567. OLE color: 3430567.

HSL color Cylindrical-coordinate representation of color #A75834: hue angle of 18.78º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A75834 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1678852-
CMYK00.470.690.35
HSL18.78º52.51%42.94%-
HSV(B)18.78º68.86%65.49%-
XYZ20.0515.445.17-
YUV107.5296.67170.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.40%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=54.40%
G=28.66%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167885200.470.690.3518.7852.5142.94
HexA7583402F452313352b
Octal2471306405710543236553
Binary1010011110110001101000101111100010110001110011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75834; }

 p { color: rgb(167,88,52); }

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

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

 a { background-color: rgb(167,88,52); }

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

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

 span { border-color: rgb(167,88,52); }

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