Html Css Color HEX #A85830 Vesuvius

📋 copy color: '#A85830'

red 168 ◦ green 88 ◦ blue 48

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

Shades of Vesuvius #A85830

Tints of Vesuvius #A85830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 55.26%
G = 28.95%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A85830 (or 0xA85830) is known color: Vesuvius. HEX triplet: A8, 58 and 30. RGB value is (168,88,48). Sum of RGB (Red+Green+Blue) = 168+88+48=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85830 is #57A7CF. Grayscale: #6B6B6B. Windows color (decimal): -5744592 or 3168424. OLE color: 3168424.

HSL color Cylindrical-coordinate representation of color #A85830: hue angle of 20º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A85830 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 48 -
CMYK 0 0.48 0.71 0.34
HSL 20º 0.56% 0.42% -
HSV(B) 20º 0.71% 0.66% -
XYZ 20.17 15.52 4.73 -
YUV 107.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 168 88 48 0 0.48 0.71 0.34 20 0.56 0.42
Hex A8 58 30 0 30 47 22 14 38 2A
Octal 250 130 60 0 60 107 42 24 70 52
Binary 10101000 1011000 110000 0 110000 1000111 100010 10100 111000 101010

Color Harmonies of #A85830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85830

Black with #A85830

Text Example


Text Example

White with #A85830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85830; }

 p { color: rgb(168,88,48); }

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

background-color css

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

 a { background-color: rgb(168,88,48); }

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

border-color css

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

 span { border-color: rgb(168,88,48); }

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