Html Css Color HEX #AD5A37 Vesuvius

📋 copy color: '#AD5A37'

red 173 ◦ green 90 ◦ blue 55

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

Shades of Vesuvius #AD5A37

Tints of Vesuvius #AD5A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 54.4%
G = 28.3%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD5A37 (or 0xAD5A37) is known color: Vesuvius. HEX triplet: AD, 5A and 37. RGB value is (173,90,55). Sum of RGB (Red+Green+Blue) = 173+90+55=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A37 is #52A5C8. Grayscale: #6F6F6F. Windows color (decimal): -5416393 or 3627693. OLE color: 3627693.

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

Color convert

RGB 173 90 55 -
CMYK 0 0.48 0.68 0.32
HSL 17.8º 0.52% 0.45% -
HSV(B) 17.8º 0.68% 0.68% -
XYZ 21.58 16.47 5.66 -
YUV 110.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 173 90 55 0 0.48 0.68 0.32 17.8 0.52 0.45
Hex AD 5A 37 0 30 44 20 12 34 2D
Octal 255 132 67 0 60 104 40 22 64 55
Binary 10101101 1011010 110111 0 110000 1000100 100000 10010 110100 101101

Color Harmonies of #AD5A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A37

Black with #AD5A37

Text Example


Text Example

White with #AD5A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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