#A65231

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

Shades of Vesuvius #A65231

Tints of Vesuvius #A65231

Color information

#A65231 (or 0xA65231) is unknown color: approx Vesuvius. HEX triplet: A6, 52 and 31. RGB value is (166,82,49). Sum of RGB (Red+Green+Blue) = 166+82+49=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A65231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65231 is #59ADCE. Grayscale: #676767. Windows color (decimal): -5877199 or 3232422. OLE color: 3232422.

HSL color Cylindrical-coordinate representation of color #A65231: hue angle of 16.92º 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 #A65231 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1668249-
CMYK00.510.700.35
HSL16.92º54.42%42.16%-
HSV(B)16.92º70.48%65.1%-
XYZ19.314.364.66-
YUV103.3597.33172.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=55.89%
G=27.61%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166824900.510.700.3516.9254.4242.16
HexA65231033462311362a
Octal2461226106310643216652
Binary1010011010100101100010110011100011010001110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65231; }

 p { color: rgb(166,82,49); }

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

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

 a { background-color: rgb(166,82,49); }

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

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

 span { border-color: rgb(166,82,49); }

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