Html Css Color HEX #A8582D Vesuvius

📋 copy color: '#A8582D'

red 168 ◦ green 88 ◦ blue 45

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

Shades of Vesuvius #A8582D

Tints of Vesuvius #A8582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 55.81%
G = 29.24%
B = 14.95%

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

#A8582D (or 0xA8582D) is known color: Vesuvius. HEX triplet: A8, 58 and 2D. RGB value is (168,88,45). Sum of RGB (Red+Green+Blue) = 168+88+45=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8582D is #57A7D2. Grayscale: #6B6B6B. Windows color (decimal): -5744595 or 2971816. OLE color: 2971816.

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

Color convert

RGB 168 88 45 -
CMYK 0 0.48 0.73 0.34
HSL 20.98º 0.58% 0.42% -
HSV(B) 20.98º 0.73% 0.66% -
XYZ 20.11 15.49 4.41 -
YUV 107.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 168 88 45 0 0.48 0.73 0.34 20.98 0.58 0.42
Hex A8 58 2D 0 30 49 22 15 3A 2A
Octal 250 130 55 0 60 111 42 25 72 52
Binary 10101000 1011000 101101 0 110000 1001001 100010 10101 111010 101010

Color Harmonies of #A8582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8582D

Black with #A8582D

Text Example


Text Example

White with #A8582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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