Html Css Color HEX #AD5A3A Vesuvius

📋 copy color: '#AD5A3A'

red 173 ◦ green 90 ◦ blue 58

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

Shades of Vesuvius #AD5A3A

Tints of Vesuvius #AD5A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.07%

R = 53.89%
G = 28.04%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD5A3A (or 0xAD5A3A) is known color: Vesuvius. HEX triplet: AD, 5A and 3A. RGB value is (173,90,58). Sum of RGB (Red+Green+Blue) = 173+90+58=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A3A is #52A5C5. Grayscale: #6F6F6F. Windows color (decimal): -5416390 or 3824301. OLE color: 3824301.

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

Color convert

RGB 173 90 58 -
CMYK 0 0.48 0.66 0.32
HSL 16.7º 0.5% 0.45% -
HSV(B) 16.7º 0.66% 0.68% -
XYZ 21.65 16.5 6.05 -
YUV 111.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 173 90 58 0 0.48 0.66 0.32 16.7 0.5 0.45
Hex AD 5A 3A 0 30 42 20 11 32 2D
Octal 255 132 72 0 60 102 40 21 62 55
Binary 10101101 1011010 111010 0 110000 1000010 100000 10001 110010 101101

Color Harmonies of #AD5A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A3A

Black with #AD5A3A

Text Example


Text Example

White with #AD5A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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