Html Css Color HEX #AD5A36 Vesuvius

📋 copy color: '#AD5A36'

red 173 ◦ green 90 ◦ blue 54

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

Shades of Vesuvius #AD5A36

Tints of Vesuvius #AD5A36

RGB

 RED value IS 173 (67.97% from 255) = 54.57%

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 54.57%
G = 28.39%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5A36 (or 0xAD5A36) is known color: Vesuvius. HEX triplet: AD, 5A and 36. RGB value is (173,90,54). Sum of RGB (Red+Green+Blue) = 173+90+54=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A36 is #52A5C9. Grayscale: #6E6E6E. Windows color (decimal): -5416394 or 3562157. OLE color: 3562157.

HSL color Cylindrical-coordinate representation of color #AD5A36: hue angle of 18.15º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5A36 is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 54 -
CMYK 0 0.48 0.69 0.32
HSL 18.15º 0.52% 0.45% -
HSV(B) 18.15º 0.69% 0.68% -
XYZ 21.56 16.46 5.53 -
YUV 110.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 173 90 54 0 0.48 0.69 0.32 18.15 0.52 0.45
Hex AD 5A 36 0 30 45 20 12 34 2D
Octal 255 132 66 0 60 105 40 22 64 55
Binary 10101101 1011010 110110 0 110000 1000101 100000 10010 110100 101101

Color Harmonies of #AD5A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A36

Black with #AD5A36

Text Example


Text Example

White with #AD5A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A36; }

 p { color: rgb(173,90,54); }

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

background-color css

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

 a { background-color: rgb(173,90,54); }

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

border-color css

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

 span { border-color: rgb(173,90,54); }

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