Html Css Color HEX #A85932 Vesuvius

📋 copy color: '#A85932'

red 168 ◦ green 89 ◦ blue 50

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

Shades of Vesuvius #A85932

Tints of Vesuvius #A85932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

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

R = 54.72%
G = 28.99%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85932 (or 0xA85932) is known color: Vesuvius. HEX triplet: A8, 59 and 32. RGB value is (168,89,50). Sum of RGB (Red+Green+Blue) = 168+89+50=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85932 is #57A6CD. Grayscale: #6C6C6C. Windows color (decimal): -5744334 or 3299752. OLE color: 3299752.

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

Color convert

RGB 168 89 50 -
CMYK 0 0.47 0.70 0.34
HSL 19.83º 0.54% 0.43% -
HSV(B) 19.83º 0.7% 0.66% -
XYZ 20.3 15.7 4.98 -
YUV 108.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 168 89 50 0 0.47 0.70 0.34 19.83 0.54 0.43
Hex A8 59 32 0 2F 46 22 14 36 2B
Octal 250 131 62 0 57 106 42 24 66 53
Binary 10101000 1011001 110010 0 101111 1000110 100010 10100 110110 101011

Color Harmonies of #A85932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85932

Black with #A85932

Text Example


Text Example

White with #A85932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85932; }

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

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

background-color css

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

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

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

border-color css

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

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

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