Html Css Color HEX #A85D33 Vesuvius

📋 copy color: '#A85D33'

red 168 ◦ green 93 ◦ blue 51

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

Shades of Vesuvius #A85D33

Tints of Vesuvius #A85D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 53.85%
G = 29.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85D33 (or 0xA85D33) is known color: Vesuvius. HEX triplet: A8, 5D and 33. RGB value is (168,93,51). Sum of RGB (Red+Green+Blue) = 168+93+51=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A85D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85D33 is #57A2CC. Grayscale: #6E6E6E. Windows color (decimal): -5743309 or 3366312. OLE color: 3366312.

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

Color convert

RGB 168 93 51 -
CMYK 0 0.45 0.70 0.34
HSL 21.54º 0.53% 0.43% -
HSV(B) 21.54º 0.7% 0.66% -
XYZ 20.66 16.39 5.21 -
YUV 110.64 94.35 168.92 -
System Red Green Blue C M Y K H S L
Decimal 168 93 51 0 0.45 0.70 0.34 21.54 0.53 0.43
Hex A8 5D 33 0 2D 46 22 16 35 2B
Octal 250 135 63 0 55 106 42 26 65 53
Binary 10101000 1011101 110011 0 101101 1000110 100010 10110 110101 101011

Color Harmonies of #A85D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85D33

Black with #A85D33

Text Example


Text Example

White with #A85D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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