#A65A2F

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

Shades of Vesuvius #A65A2F

Tints of Vesuvius #A65A2F

Color information

#A65A2F (or 0xA65A2F) is unknown color: approx Vesuvius. HEX triplet: A6, 5A and 2F. RGB value is (166,90,47). Sum of RGB (Red+Green+Blue) = 166+90+47=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A2F is #59A5D0. Grayscale: #6C6C6C. Windows color (decimal): -5875153 or 3103398. OLE color: 3103398.

HSL color Cylindrical-coordinate representation of color #A65A2F: hue angle of 21.68º degrees, saturation: 0.56, 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 #A65A2F is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB1669047-
CMYK00.460.720.35
HSL21.68º55.87%41.76%-
HSV(B)21.68º71.69%65.1%-
XYZ19.915.624.66-
YUV107.8293.68169.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=54.79%
G=29.70%
B=15.51%

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
Decimal166904700.460.720.3521.6855.8741.76
HexA65A2F02E482316382a
Octal2461325705611043267052
Binary1010011010110101011110101110100100010001110110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65A2F; }

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

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

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

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

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

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

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

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