#A65434

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

Shades of Vesuvius #A65434

Tints of Vesuvius #A65434

Color information

#A65434 (or 0xA65434) is unknown color: approx Vesuvius. HEX triplet: A6, 54 and 34. RGB value is (166,84,52). Sum of RGB (Red+Green+Blue) = 166+84+52=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 52 (20.70% from 255 or 17.22% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65434 is #59ABCB. Grayscale: #696969. Windows color (decimal): -5876684 or 3429542. OLE color: 3429542.

HSL color Cylindrical-coordinate representation of color #A65434: hue angle of 16.84º degrees, saturation: 0.52, 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 #A65434 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1668452-
CMYK00.490.690.35
HSL16.84º52.29%42.75%-
HSV(B)16.84º68.67%65.1%-
XYZ19.5214.75.06-
YUV104.8798.17171.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 52 (20.70% from 255) = 17.22%
R=54.97%
G=27.81%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166845200.490.690.3516.8452.2942.75
HexA65434031452311342b
Octal2461246406110543216453
Binary1010011010101001101000110001100010110001110001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65434; }

 p { color: rgb(166,84,52); }

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

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

 a { background-color: rgb(166,84,52); }

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

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

 span { border-color: rgb(166,84,52); }

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