Html Css Color HEX #A8552E Vesuvius

📋 copy color: '#A8552E'

red 168 ◦ green 85 ◦ blue 46

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

Shades of Vesuvius #A8552E

Tints of Vesuvius #A8552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

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

R = 56.19%
G = 28.43%
B = 15.38%

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

#A8552E (or 0xA8552E) is known color: Vesuvius. HEX triplet: A8, 55 and 2E. RGB value is (168,85,46). Sum of RGB (Red+Green+Blue) = 168+85+46=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8552E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8552E is #57AAD1. Grayscale: #696969. Windows color (decimal): -5745362 or 3036584. OLE color: 3036584.

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

Color convert

RGB 168 85 46 -
CMYK 0 0.49 0.73 0.34
HSL 19.18º 0.57% 0.42% -
HSV(B) 19.18º 0.73% 0.66% -
XYZ 19.89 15.02 4.44 -
YUV 105.37 94.5 172.67 -
System Red Green Blue C M Y K H S L
Decimal 168 85 46 0 0.49 0.73 0.34 19.18 0.57 0.42
Hex A8 55 2E 0 31 49 22 13 39 2A
Octal 250 125 56 0 61 111 42 23 71 52
Binary 10101000 1010101 101110 0 110001 1001001 100010 10011 111001 101010

Color Harmonies of #A8552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8552E

Black with #A8552E

Text Example


Text Example

White with #A8552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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