#A35834

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

Shades of Vesuvius #A35834

Tints of Vesuvius #A35834

Color information

#A35834 (or 0xA35834) is unknown color: approx Vesuvius. HEX triplet: A3, 58 and 34. RGB value is (163,88,52). Sum of RGB (Red+Green+Blue) = 163+88+52=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A35834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35834 is #5CA7CB. Grayscale: #6A6A6A. Windows color (decimal): -6072268 or 3430563. OLE color: 3430563.

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

Color convert

RGB1638852-
CMYK00.460.680.36
HSL19.46º51.63%42.16%-
HSV(B)19.46º68.1%63.92%-
XYZ19.2115.015.13-
YUV106.3297.35168.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=53.80%
G=29.04%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163885200.460.680.3619.4651.6342.16
HexA3583402E442413342a
Octal2431306405610444236452
Binary1010001110110001101000101110100010010010010011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35834; }

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

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

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

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

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

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

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

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