Html Css Color HEX #A85434 Vesuvius

📋 copy color: '#A85434'

red 168 ◦ green 84 ◦ blue 52

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

Shades of Vesuvius #A85434

Tints of Vesuvius #A85434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 55.26%
G = 27.63%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A85434 (or 0xA85434) is known color: Vesuvius. HEX triplet: A8, 54 and 34. RGB value is (168,84,52). Sum of RGB (Red+Green+Blue) = 168+84+52=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85434 is #57ABCB. Grayscale: #696969. Windows color (decimal): -5745612 or 3429544. OLE color: 3429544.

HSL color Cylindrical-coordinate representation of color #A85434: hue angle of 16.55º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A85434 is Cyan = 0, Magento = 0.5, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 52 -
CMYK 0 0.5 0.69 0.34
HSL 16.55º 0.53% 0.43% -
HSV(B) 16.55º 0.69% 0.66% -
XYZ 19.94 14.91 5.08 -
YUV 105.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 168 84 52 0 0.5 0.69 0.34 16.55 0.53 0.43
Hex A8 54 34 0 32 45 22 11 35 2B
Octal 250 124 64 0 62 105 42 21 65 53
Binary 10101000 1010100 110100 0 110010 1000101 100010 10001 110101 101011

Color Harmonies of #A85434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85434

Black with #A85434

Text Example


Text Example

White with #A85434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85434; }

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

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

background-color css

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

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

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

border-color css

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

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

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