Html Css Color HEX #A85936 Vesuvius

📋 copy color: '#A85936'

red 168 ◦ green 89 ◦ blue 54

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

Shades of Vesuvius #A85936

Tints of Vesuvius #A85936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.36%

R = 54.02%
G = 28.62%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85936 (or 0xA85936) is known color: Vesuvius. HEX triplet: A8, 59 and 36. RGB value is (168,89,54). Sum of RGB (Red+Green+Blue) = 168+89+54=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A85936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85936 is #57A6C9. Grayscale: #6C6C6C. Windows color (decimal): -5744330 or 3561896. OLE color: 3561896.

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

Color convert

RGB 168 89 54 -
CMYK 0 0.47 0.68 0.34
HSL 18.42º 0.51% 0.44% -
HSV(B) 18.42º 0.68% 0.66% -
XYZ 20.39 15.74 5.45 -
YUV 108.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 168 89 54 0 0.47 0.68 0.34 18.42 0.51 0.44
Hex A8 59 36 0 2F 44 22 12 33 2C
Octal 250 131 66 0 57 104 42 22 63 54
Binary 10101000 1011001 110110 0 101111 1000100 100010 10010 110011 101100

Color Harmonies of #A85936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85936

Black with #A85936

Text Example


Text Example

White with #A85936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85936; }

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

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

background-color css

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

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

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

border-color css

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

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

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