#A65632

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

Shades of Vesuvius #A65632

Tints of Vesuvius #A65632

Color information

#A65632 (or 0xA65632) is unknown color: approx Vesuvius. HEX triplet: A6, 56 and 32. RGB value is (166,86,50). Sum of RGB (Red+Green+Blue) = 166+86+50=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65632 is #59A9CD. Grayscale: #6A6A6A. Windows color (decimal): -5876174 or 3298982. OLE color: 3298982.

HSL color Cylindrical-coordinate representation of color #A65632: hue angle of 18.62º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A65632 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1668650-
CMYK00.480.700.35
HSL18.62º53.7%42.35%-
HSV(B)18.62º69.88%65.1%-
XYZ19.6314.994.88-
YUV105.8296.5170.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=54.97%
G=28.48%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166865000.480.700.3518.6253.742.35
HexA65632030462313362a
Octal2461266206010643236652
Binary1010011010101101100100110000100011010001110011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65632; }

 p { color: rgb(166,86,50); }

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

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

 a { background-color: rgb(166,86,50); }

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

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

 span { border-color: rgb(166,86,50); }

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