Html Css Color HEX #A8582F Vesuvius

📋 copy color: '#A8582F'

red 168 ◦ green 88 ◦ blue 47

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

Shades of Vesuvius #A8582F

Tints of Vesuvius #A8582F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 55.45%
G = 29.04%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8582F (or 0xA8582F) is known color: Vesuvius. HEX triplet: A8, 58 and 2F. RGB value is (168,88,47). Sum of RGB (Red+Green+Blue) = 168+88+47=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A8582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8582F is #57A7D0. Grayscale: #6B6B6B. Windows color (decimal): -5744593 or 3102888. OLE color: 3102888.

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

Color convert

RGB 168 88 47 -
CMYK 0 0.48 0.72 0.34
HSL 20.33º 0.56% 0.42% -
HSV(B) 20.33º 0.72% 0.66% -
XYZ 20.15 15.51 4.62 -
YUV 107.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 168 88 47 0 0.48 0.72 0.34 20.33 0.56 0.42
Hex A8 58 2F 0 30 48 22 14 38 2A
Octal 250 130 57 0 60 110 42 24 70 52
Binary 10101000 1011000 101111 0 110000 1001000 100010 10100 111000 101010

Color Harmonies of #A8582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8582F

Black with #A8582F

Text Example


Text Example

White with #A8582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8582F; }

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

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

background-color css

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

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

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

border-color css

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

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

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