Html Css Color HEX #A85533 Vesuvius

📋 copy color: '#A85533'

red 168 ◦ green 85 ◦ blue 51

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

Shades of Vesuvius #A85533

Tints of Vesuvius #A85533

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

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

R = 55.26%
G = 27.96%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85533 (or 0xA85533) is known color: Vesuvius. HEX triplet: A8, 55 and 33. RGB value is (168,85,51). Sum of RGB (Red+Green+Blue) = 168+85+51=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A85533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85533 is #57AACC. Grayscale: #6A6A6A. Windows color (decimal): -5745357 or 3364264. OLE color: 3364264.

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

Color convert

RGB 168 85 51 -
CMYK 0 0.49 0.70 0.34
HSL 17.44º 0.53% 0.43% -
HSV(B) 17.44º 0.7% 0.66% -
XYZ 19.99 15.06 4.99 -
YUV 105.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 168 85 51 0 0.49 0.70 0.34 17.44 0.53 0.43
Hex A8 55 33 0 31 46 22 11 35 2B
Octal 250 125 63 0 61 106 42 21 65 53
Binary 10101000 1010101 110011 0 110001 1000110 100010 10001 110101 101011

Color Harmonies of #A85533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85533

Black with #A85533

Text Example


Text Example

White with #A85533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85533; }

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

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

background-color css

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

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

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

border-color css

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

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

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