Html Css Color HEX #AD5370 Royal Heath

📋 copy color: '#AD5370'

red 173 ◦ green 83 ◦ blue 112

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

Shades of Royal Heath #AD5370

Tints of Royal Heath #AD5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 47.01%
G = 22.55%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD5370 (or 0xAD5370) is known color: Royal Heath. HEX triplet: AD, 53 and 70. RGB value is (173,83,112). Sum of RGB (Red+Green+Blue) = 173+83+112=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5370 is #52AC8F. Grayscale: #717171. Windows color (decimal): -5418128 or 7361453. OLE color: 7361453.

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

Color convert

RGB 173 83 112 -
CMYK 0 0.52 0.35 0.32
HSL 340.67º 0.35% 0.5% -
HSV(B) 340.67º 0.52% 0.68% -
XYZ 23.25 16.24 17.24 -
YUV 113.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 173 83 112 0 0.52 0.35 0.32 340.67 0.35 0.5
Hex AD 53 70 0 34 23 20 155 23 32
Octal 255 123 160 0 64 43 40 525 43 62
Binary 10101101 1010011 1110000 0 110100 100011 100000 101010101 100011 110010

Color Harmonies of #AD5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5370

Black with #AD5370

Text Example


Text Example

White with #AD5370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5370; }

 p { color: rgb(173,83,112); }

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

background-color css

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

 a { background-color: rgb(173,83,112); }

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

border-color css

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

 span { border-color: rgb(173,83,112); }

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