Html Css Color HEX #A85A37 Vesuvius

📋 copy color: '#A85A37'

red 168 ◦ green 90 ◦ blue 55

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

Shades of Vesuvius #A85A37

Tints of Vesuvius #A85A37

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 55 (21.88% from 255) = 17.57%

R = 53.67%
G = 28.75%
B = 17.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A85A37 (or 0xA85A37) is known color: Vesuvius. HEX triplet: A8, 5A and 37. RGB value is (168,90,55). Sum of RGB (Red+Green+Blue) = 168+90+55=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85A37 is #57A5C8. Grayscale: #6D6D6D. Windows color (decimal): -5744073 or 3627688. OLE color: 3627688.

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

Color convert

RGB 168 90 55 -
CMYK 0 0.46 0.67 0.34
HSL 18.58º 0.51% 0.44% -
HSV(B) 18.58º 0.67% 0.66% -
XYZ 20.49 15.91 5.61 -
YUV 109.33 97.34 169.85 -
System Red Green Blue C M Y K H S L
Decimal 168 90 55 0 0.46 0.67 0.34 18.58 0.51 0.44
Hex A8 5A 37 0 2E 43 22 13 33 2C
Octal 250 132 67 0 56 103 42 23 63 54
Binary 10101000 1011010 110111 0 101110 1000011 100010 10011 110011 101100

Color Harmonies of #A85A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A37

Black with #A85A37

Text Example


Text Example

White with #A85A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A37; }

 p { color: rgb(168,90,55); }

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

background-color css

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

 a { background-color: rgb(168,90,55); }

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

border-color css

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

 span { border-color: rgb(168,90,55); }

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