Html Css Color HEX #AD5875 Royal Heath

📋 copy color: '#AD5875'

red 173 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #AD5875

Tints of Royal Heath #AD5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

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

R = 45.77%
G = 23.28%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD5875 (or 0xAD5875) is known color: Royal Heath. HEX triplet: AD, 58 and 75. RGB value is (173,88,117). Sum of RGB (Red+Green+Blue) = 173+88+117=378 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.77% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5875 is #52A78A. Grayscale: #747474. Windows color (decimal): -5416843 or 7690413. OLE color: 7690413.

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

Color convert

RGB 173 88 117 -
CMYK 0 0.49 0.32 0.32
HSL 339.53º 0.34% 0.51% -
HSV(B) 339.53º 0.49% 0.68% -
XYZ 23.93 17.15 18.88 -
YUV 116.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 173 88 117 0 0.49 0.32 0.32 339.53 0.34 0.51
Hex AD 58 75 0 31 20 20 154 22 33
Octal 255 130 165 0 61 40 40 524 42 63
Binary 10101101 1011000 1110101 0 110001 100000 100000 101010100 100010 110011

Color Harmonies of #AD5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5875

Black with #AD5875

Text Example


Text Example

White with #AD5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5875; }

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

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

background-color css

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

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

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

border-color css

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

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

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