#a9572f

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

Shades of Vesuvius #A9572F

Tints of Vesuvius #A9572F

Color information

#A9572F (or 0xA9572F) is unknown color: approx Vesuvius. HEX triplet: A9, 57 and 2F. RGB value is (169,87,47). Sum of RGB (Red+Green+Blue) = 169+87+47=303 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.78% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 169 - color contains mainly: red. Hex color #A9572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9572F is #56A8D0. Grayscale: #6B6B6B. Windows color (decimal): -5679313 or 3102633. OLE color: 3102633.

HSL color Cylindrical-coordinate representation of color #A9572F: hue angle of 19.67º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A9572F is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB1698747-
CMYK00.490.720.34
HSL19.67º56.48%42.35%-
HSV(B)19.67º72.19%66.27%-
XYZ20.2815.464.6-
YUV106.9694.17172.25-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.78%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 47 (18.75% from 255) = 15.51%
R=55.78%
G=28.71%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169874700.490.720.3419.6756.4842.35
HexA9572F031482214382a
Octal2511275706111042247052
Binary1010100110101111011110110001100100010001010100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9572f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9572f; }

 p { color: rgb(169,87,47); }

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

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

 a { background-color: rgb(169,87,47); }

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

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

 span { border-color: rgb(169,87,47); }

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