Html Css Color HEX #A85833 Vesuvius

📋 copy color: '#A85833'

red 168 ◦ green 88 ◦ blue 51

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

Shades of Vesuvius #A85833

Tints of Vesuvius #A85833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 54.72%
G = 28.66%
B = 16.61%

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

#A85833 (or 0xA85833) is known color: Vesuvius. HEX triplet: A8, 58 and 33. RGB value is (168,88,51). Sum of RGB (Red+Green+Blue) = 168+88+51=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A85833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85833 is #57A7CC. Grayscale: #6B6B6B. Windows color (decimal): -5744589 or 3365032. OLE color: 3365032.

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

Color convert

RGB 168 88 51 -
CMYK 0 0.48 0.70 0.34
HSL 18.97º 0.53% 0.43% -
HSV(B) 18.97º 0.7% 0.66% -
XYZ 20.24 15.54 5.07 -
YUV 107.7 96 171.01 -
System Red Green Blue C M Y K H S L
Decimal 168 88 51 0 0.48 0.70 0.34 18.97 0.53 0.43
Hex A8 58 33 0 30 46 22 13 35 2B
Octal 250 130 63 0 60 106 42 23 65 53
Binary 10101000 1011000 110011 0 110000 1000110 100010 10011 110101 101011

Color Harmonies of #A85833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85833

Black with #A85833

Text Example


Text Example

White with #A85833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85833; }

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

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

background-color css

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

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

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

border-color css

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

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

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