Html Css Color HEX #A8572D Vesuvius

📋 copy color: '#A8572D'

red 168 ◦ green 87 ◦ blue 45

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

Shades of Vesuvius #A8572D

Tints of Vesuvius #A8572D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 56%
G = 29%
B = 15%

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

#A8572D (or 0xA8572D) is known color: Vesuvius. HEX triplet: A8, 57 and 2D. RGB value is (168,87,45). Sum of RGB (Red+Green+Blue) = 168+87+45=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8572D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8572D is #57A8D2. Grayscale: #6A6A6A. Windows color (decimal): -5744851 or 2971560. OLE color: 2971560.

HSL color Cylindrical-coordinate representation of color #A8572D: hue angle of 20.49º degrees, saturation: 0.58, 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 #A8572D is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 45 -
CMYK 0 0.48 0.73 0.34
HSL 20.49º 0.58% 0.42% -
HSV(B) 20.49º 0.73% 0.66% -
XYZ 20.03 15.33 4.39 -
YUV 106.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 168 87 45 0 0.48 0.73 0.34 20.49 0.58 0.42
Hex A8 57 2D 0 30 49 22 14 3A 2A
Octal 250 127 55 0 60 111 42 24 72 52
Binary 10101000 1010111 101101 0 110000 1001001 100010 10100 111010 101010

Color Harmonies of #A8572D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8572D

Black with #A8572D

Text Example


Text Example

White with #A8572D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8572D; }

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

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

background-color css

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

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

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

border-color css

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

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

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