Html Css Color HEX #A85730 Vesuvius

📋 copy color: '#A85730'

red 168 ◦ green 87 ◦ blue 48

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

Shades of Vesuvius #A85730

Tints of Vesuvius #A85730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 55.45%
G = 28.71%
B = 15.84%

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

#A85730 (or 0xA85730) is known color: Vesuvius. HEX triplet: A8, 57 and 30. RGB value is (168,87,48). Sum of RGB (Red+Green+Blue) = 168+87+48=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A85730 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85730 is #57A8CF. Grayscale: #6B6B6B. Windows color (decimal): -5744848 or 3168168. OLE color: 3168168.

HSL color Cylindrical-coordinate representation of color #A85730: hue angle of 19.5º 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 #A85730 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 48 -
CMYK 0 0.48 0.71 0.34
HSL 19.5º 0.56% 0.42% -
HSV(B) 19.5º 0.71% 0.66% -
XYZ 20.09 15.35 4.7 -
YUV 106.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 168 87 48 0 0.48 0.71 0.34 19.5 0.56 0.42
Hex A8 57 30 0 30 47 22 14 38 2A
Octal 250 127 60 0 60 107 42 24 70 52
Binary 10101000 1010111 110000 0 110000 1000111 100010 10100 111000 101010

Color Harmonies of #A85730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85730

Black with #A85730

Text Example


Text Example

White with #A85730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85730; }

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

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

background-color css

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

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

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

border-color css

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

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

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