#A65A2E

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

Shades of Vesuvius #A65A2E

Tints of Vesuvius #A65A2E

Color information

#A65A2E (or 0xA65A2E) is unknown color: approx Vesuvius. HEX triplet: A6, 5A and 2E. RGB value is (166,90,46). Sum of RGB (Red+Green+Blue) = 166+90+46=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A2E is #59A5D1. Grayscale: #6B6B6B. Windows color (decimal): -5875154 or 3037862. OLE color: 3037862.

HSL color Cylindrical-coordinate representation of color #A65A2E: hue angle of 22º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A65A2E is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1669046-
CMYK00.460.720.35
HSL22º56.6%41.57%-
HSV(B)22º72.29%65.1%-
XYZ19.8815.624.55-
YUV107.7193.18169.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=54.97%
G=29.80%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166904600.460.720.352256.641.57
HexA65A2E02E482316392a
Octal2461325605611043267152
Binary1010011010110101011100101110100100010001110110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A2E; }

 p { color: rgb(166,90,46); }

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

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

 a { background-color: rgb(166,90,46); }

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

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

 span { border-color: rgb(166,90,46); }

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