#A55433

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

Shades of Vesuvius #A55433

Tints of Vesuvius #A55433

Color information

#A55433 (or 0xA55433) is unknown color: approx Vesuvius. HEX triplet: A5, 54 and 33. RGB value is (165,84,51). Sum of RGB (Red+Green+Blue) = 165+84+51=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55433 is #5AABCC. Grayscale: #686868. Windows color (decimal): -5942221 or 3364005. OLE color: 3364005.

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

Color convert

RGB1658451-
CMYK00.490.690.35
HSL17.37º52.78%42.35%-
HSV(B)17.37º69.09%64.71%-
XYZ19.2814.584.93-
YUV104.4697.84171.18-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 55%
GREEN value IS 84 (33.20% from 255) = 28%
BLUE value IS 51 (20.31% from 255) = 17%
R=55%
G=28%
B=17%

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
Decimal165845100.490.690.3517.3752.7842.35
HexA55433031452311352a
Octal2451246306110543216552
Binary1010010110101001100110110001100010110001110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55433; }

 p { color: rgb(165,84,51); }

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

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

 a { background-color: rgb(165,84,51); }

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

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

 span { border-color: rgb(165,84,51); }

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