Html Css Color HEX #A85939 Vesuvius

📋 copy color: '#A85939'

red 168 ◦ green 89 ◦ blue 57

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

Shades of Vesuvius #A85939

Tints of Vesuvius #A85939

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.34%

 BLUE value IS 57 (22.66% from 255) = 18.15%

R = 53.5%
G = 28.34%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A85939 (or 0xA85939) is known color: Vesuvius. HEX triplet: A8, 59 and 39. RGB value is (168,89,57). Sum of RGB (Red+Green+Blue) = 168+89+57=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A85939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85939 is #57A6C6. Grayscale: #6D6D6D. Windows color (decimal): -5744327 or 3758504. OLE color: 3758504.

HSL color Cylindrical-coordinate representation of color #A85939: hue angle of 17.3º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A85939 is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 57 -
CMYK 0 0.47 0.66 0.34
HSL 17.3º 0.49% 0.44% -
HSV(B) 17.3º 0.66% 0.66% -
XYZ 20.46 15.77 5.84 -
YUV 108.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 168 89 57 0 0.47 0.66 0.34 17.3 0.49 0.44
Hex A8 59 39 0 2F 42 22 11 31 2C
Octal 250 131 71 0 57 102 42 21 61 54
Binary 10101000 1011001 111001 0 101111 1000010 100010 10001 110001 101100

Color Harmonies of #A85939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85939

Black with #A85939

Text Example


Text Example

White with #A85939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85939; }

 p { color: rgb(168,89,57); }

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

background-color css

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

 a { background-color: rgb(168,89,57); }

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

border-color css

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

 span { border-color: rgb(168,89,57); }

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