Html Css Color HEX #AD5A38 Vesuvius

📋 copy color: '#AD5A38'

red 173 ◦ green 90 ◦ blue 56

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

Shades of Vesuvius #AD5A38

Tints of Vesuvius #AD5A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.55%

R = 54.23%
G = 28.21%
B = 17.55%

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

#AD5A38 (or 0xAD5A38) is known color: Vesuvius. HEX triplet: AD, 5A and 38. RGB value is (173,90,56). Sum of RGB (Red+Green+Blue) = 173+90+56=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 90 (35.55% from 255 or 28.21% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A38 is #52A5C7. Grayscale: #6F6F6F. Windows color (decimal): -5416392 or 3693229. OLE color: 3693229.

HSL color Cylindrical-coordinate representation of color #AD5A38: hue angle of 17.44º degrees, saturation: 0.51, 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 #AD5A38 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 90 56 -
CMYK 0 0.48 0.68 0.32
HSL 17.44º 0.51% 0.45% -
HSV(B) 17.44º 0.68% 0.68% -
XYZ 21.6 16.48 5.78 -
YUV 110.94 97 172.26 -
System Red Green Blue C M Y K H S L
Decimal 173 90 56 0 0.48 0.68 0.32 17.44 0.51 0.45
Hex AD 5A 38 0 30 44 20 11 33 2D
Octal 255 132 70 0 60 104 40 21 63 55
Binary 10101101 1011010 111000 0 110000 1000100 100000 10001 110011 101101

Color Harmonies of #AD5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A38

Black with #AD5A38

Text Example


Text Example

White with #AD5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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