Html Css Color HEX #A85732 Vesuvius

📋 copy color: '#A85732'

red 168 ◦ green 87 ◦ blue 50

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

Shades of Vesuvius #A85732

Tints of Vesuvius #A85732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 55.08%
G = 28.52%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85732 (or 0xA85732) is known color: Vesuvius. HEX triplet: A8, 57 and 32. RGB value is (168,87,50). Sum of RGB (Red+Green+Blue) = 168+87+50=305 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.08% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 168 - color contains mainly: red. Hex color #A85732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85732 is #57A8CD. Grayscale: #6B6B6B. Windows color (decimal): -5744846 or 3299240. OLE color: 3299240.

HSL color Cylindrical-coordinate representation of color #A85732: hue angle of 18.81º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85732 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 50 -
CMYK 0 0.48 0.70 0.34
HSL 18.81º 0.54% 0.43% -
HSV(B) 18.81º 0.7% 0.66% -
XYZ 20.13 15.37 4.92 -
YUV 107 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 168 87 50 0 0.48 0.70 0.34 18.81 0.54 0.43
Hex A8 57 32 0 30 46 22 13 36 2B
Octal 250 127 62 0 60 106 42 23 66 53
Binary 10101000 1010111 110010 0 110000 1000110 100010 10011 110110 101011

Color Harmonies of #A85732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85732

Black with #A85732

Text Example


Text Example

White with #A85732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85732; }

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

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

background-color css

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

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

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

border-color css

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

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

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