Html Css Color HEX #A85433 Vesuvius

📋 copy color: '#A85433'

red 168 ◦ green 84 ◦ blue 51

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

Shades of Vesuvius #A85433

Tints of Vesuvius #A85433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

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

R = 55.45%
G = 27.72%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85433 (or 0xA85433) is known color: Vesuvius. HEX triplet: A8, 54 and 33. RGB value is (168,84,51). Sum of RGB (Red+Green+Blue) = 168+84+51=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A85433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85433 is #57ABCC. Grayscale: #696969. Windows color (decimal): -5745613 or 3364008. OLE color: 3364008.

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

Color convert

RGB 168 84 51 -
CMYK 0 0.5 0.70 0.34
HSL 16.92º 0.53% 0.43% -
HSV(B) 16.92º 0.7% 0.66% -
XYZ 19.92 14.9 4.96 -
YUV 105.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 168 84 51 0 0.5 0.70 0.34 16.92 0.53 0.43
Hex A8 54 33 0 32 46 22 11 35 2B
Octal 250 124 63 0 62 106 42 21 65 53
Binary 10101000 1010100 110011 0 110010 1000110 100010 10001 110101 101011

Color Harmonies of #A85433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85433

Black with #A85433

Text Example


Text Example

White with #A85433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85433; }

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

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

background-color css

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

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

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

border-color css

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

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

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