Html Css Color HEX #A85635 Vesuvius

📋 copy color: '#A85635'

red 168 ◦ green 86 ◦ blue 53

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

Shades of Vesuvius #A85635

Tints of Vesuvius #A85635

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

 BLUE value IS 53 (21.09% from 255) = 17.26%

R = 54.72%
G = 28.01%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A85635 (or 0xA85635) is known color: Vesuvius. HEX triplet: A8, 56 and 35. RGB value is (168,86,53). Sum of RGB (Red+Green+Blue) = 168+86+53=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85635 is #57A9CA. Grayscale: #6A6A6A. Windows color (decimal): -5745099 or 3495592. OLE color: 3495592.

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

Color convert

RGB 168 86 53 -
CMYK 0 0.49 0.68 0.34
HSL 17.22º 0.52% 0.43% -
HSV(B) 17.22º 0.68% 0.66% -
XYZ 20.12 15.24 5.25 -
YUV 106.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 168 86 53 0 0.49 0.68 0.34 17.22 0.52 0.43
Hex A8 56 35 0 31 44 22 11 34 2B
Octal 250 126 65 0 61 104 42 21 64 53
Binary 10101000 1010110 110101 0 110001 1000100 100010 10001 110100 101011

Color Harmonies of #A85635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85635

Black with #A85635

Text Example


Text Example

White with #A85635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85635; }

 p { color: rgb(168,86,53); }

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

background-color css

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

 a { background-color: rgb(168,86,53); }

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

border-color css

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

 span { border-color: rgb(168,86,53); }

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