Html Css Color HEX #AD5A75 Royal Heath

📋 copy color: '#AD5A75'

red 173 ◦ green 90 ◦ blue 117

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

Shades of Royal Heath #AD5A75

Tints of Royal Heath #AD5A75

RGB

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

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

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

R = 45.53%
G = 23.68%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5A75 (or 0xAD5A75) is known color: Royal Heath. HEX triplet: AD, 5A and 75. RGB value is (173,90,117). Sum of RGB (Red+Green+Blue) = 173+90+117=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5A75 is #52A58A. Grayscale: #757575. Windows color (decimal): -5416331 or 7690925. OLE color: 7690925.

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

Color convert

RGB 173 90 117 -
CMYK 0 0.48 0.32 0.32
HSL 340.48º 0.34% 0.52% -
HSV(B) 340.48º 0.48% 0.68% -
XYZ 24.1 17.48 18.93 -
YUV 117.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 173 90 117 0 0.48 0.32 0.32 340.48 0.34 0.52
Hex AD 5A 75 0 30 20 20 154 22 34
Octal 255 132 165 0 60 40 40 524 42 64
Binary 10101101 1011010 1110101 0 110000 100000 100000 101010100 100010 110100

Color Harmonies of #AD5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A75

Black with #AD5A75

Text Example


Text Example

White with #AD5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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