#AA5B34

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

Shades of Vesuvius #AA5B34

Tints of Vesuvius #AA5B34

Color information

#AA5B34 (or 0xAA5B34) is unknown color: approx Vesuvius. HEX triplet: AA, 5B and 34. RGB value is (170,91,52). Sum of RGB (Red+Green+Blue) = 170+91+52=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5B34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5B34 is #55A4CB. Grayscale: #6E6E6E. Windows color (decimal): -5612748 or 3431338. OLE color: 3431338.

HSL color Cylindrical-coordinate representation of color #AA5B34: hue angle of 19.83º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA5B34 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1709152-
CMYK00.460.690.33
HSL19.83º53.15%43.53%-
HSV(B)19.83º69.41%66.67%-
XYZ20.9416.285.29-
YUV110.1795.17170.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.31%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=54.31%
G=29.07%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170915200.460.690.3319.8353.1543.53
HexAA5B3402E452114352c
Octal2521336405610541246554
Binary1010101010110111101000101110100010110000110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5B34; }

 p { color: rgb(170,91,52); }

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

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

 a { background-color: rgb(170,91,52); }

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

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

 span { border-color: rgb(170,91,52); }

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