Html Css Color HEX #AD5575 Royal Heath

📋 copy color: '#AD5575'

red 173 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #AD5575

Tints of Royal Heath #AD5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 46.13%
G = 22.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5575 (or 0xAD5575) is known color: Royal Heath. HEX triplet: AD, 55 and 75. RGB value is (173,85,117). Sum of RGB (Red+Green+Blue) = 173+85+117=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5575 is #52AA8A. Grayscale: #727272. Windows color (decimal): -5417611 or 7689645. OLE color: 7689645.

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

Color convert

RGB 173 85 117 -
CMYK 0 0.51 0.32 0.32
HSL 338.18º 0.35% 0.51% -
HSV(B) 338.18º 0.51% 0.68% -
XYZ 23.69 16.67 18.8 -
YUV 114.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 173 85 117 0 0.51 0.32 0.32 338.18 0.35 0.51
Hex AD 55 75 0 33 20 20 152 23 33
Octal 255 125 165 0 63 40 40 522 43 63
Binary 10101101 1010101 1110101 0 110011 100000 100000 101010010 100011 110011

Color Harmonies of #AD5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5575

Black with #AD5575

Text Example


Text Example

White with #AD5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5575; }

 p { color: rgb(173,85,117); }

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

background-color css

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

 a { background-color: rgb(173,85,117); }

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

border-color css

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

 span { border-color: rgb(173,85,117); }

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