Html Css Color HEX #A8572E Vesuvius

📋 copy color: '#A8572E'

red 168 ◦ green 87 ◦ blue 46

#A8572E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vesuvius #A8572E

Tints of Vesuvius #A8572E

RGB

 RED value IS 168 (66.02% from 255) = 55.81%

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 55.81%
G = 28.9%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8572E (or 0xA8572E) is known color: Vesuvius. HEX triplet: A8, 57 and 2E. RGB value is (168,87,46). Sum of RGB (Red+Green+Blue) = 168+87+46=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8572E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8572E is #57A8D1. Grayscale: #6A6A6A. Windows color (decimal): -5744850 or 3037096. OLE color: 3037096.

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

Color convert

RGB 168 87 46 -
CMYK 0 0.48 0.73 0.34
HSL 20.16º 0.57% 0.42% -
HSV(B) 20.16º 0.73% 0.66% -
XYZ 20.05 15.34 4.49 -
YUV 106.55 93.84 171.83 -
System Red Green Blue C M Y K H S L
Decimal 168 87 46 0 0.48 0.73 0.34 20.16 0.57 0.42
Hex A8 57 2E 0 30 49 22 14 39 2A
Octal 250 127 56 0 60 111 42 24 71 52
Binary 10101000 1010111 101110 0 110000 1001001 100010 10100 111001 101010

Color Harmonies of #A8572E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8572E

Black with #A8572E

Text Example


Text Example

White with #A8572E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8572E; }

 p { color: rgb(168,87,46); }

 H1.HeaderClassName
 {
   color: #A8572E;
 }
 .AnyTagClassName
 {
   color: #A8572E;
 }
</style>

background-color css

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

 a { background-color: rgb(168,87,46); }

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

border-color css

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

 span { border-color: rgb(168,87,46); }

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