Html Css Color HEX #A8562E Vesuvius

📋 copy color: '#A8562E'

red 168 ◦ green 86 ◦ blue 46

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

Shades of Vesuvius #A8562E

Tints of Vesuvius #A8562E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.67%

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

R = 56%
G = 28.67%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8562E (or 0xA8562E) is known color: Vesuvius. HEX triplet: A8, 56 and 2E. RGB value is (168,86,46). Sum of RGB (Red+Green+Blue) = 168+86+46=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A8562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8562E is #57A9D1. Grayscale: #6A6A6A. Windows color (decimal): -5745106 or 3036840. OLE color: 3036840.

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

Color convert

RGB 168 86 46 -
CMYK 0 0.49 0.73 0.34
HSL 19.67º 0.57% 0.42% -
HSV(B) 19.67º 0.73% 0.66% -
XYZ 19.97 15.18 4.46 -
YUV 105.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 168 86 46 0 0.49 0.73 0.34 19.67 0.57 0.42
Hex A8 56 2E 0 31 49 22 14 39 2A
Octal 250 126 56 0 61 111 42 24 71 52
Binary 10101000 1010110 101110 0 110001 1001001 100010 10100 111001 101010

Color Harmonies of #A8562E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8562E

Black with #A8562E

Text Example


Text Example

White with #A8562E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8562E; }

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

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

background-color css

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

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

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

border-color css

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

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

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