Html Css Color HEX #AD5876 Royal Heath

📋 copy color: '#AD5876'

red 173 ◦ green 88 ◦ blue 118

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

Shades of Royal Heath #AD5876

Tints of Royal Heath #AD5876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.13%

R = 45.65%
G = 23.22%
B = 31.13%

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

#AD5876 (or 0xAD5876) is known color: Royal Heath. HEX triplet: AD, 58 and 76. RGB value is (173,88,118). Sum of RGB (Red+Green+Blue) = 173+88+118=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 118 (46.48% from 255 or 31.13% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5876 is #52A789. Grayscale: #747474. Windows color (decimal): -5416842 or 7755949. OLE color: 7755949.

HSL color Cylindrical-coordinate representation of color #AD5876: hue angle of 338.82º 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 #AD5876 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 88 118 -
CMYK 0 0.49 0.32 0.32
HSL 338.82º 0.34% 0.51% -
HSV(B) 338.82º 0.49% 0.68% -
XYZ 23.99 17.17 19.19 -
YUV 116.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 173 88 118 0 0.49 0.32 0.32 338.82 0.34 0.51
Hex AD 58 76 0 31 20 20 153 22 33
Octal 255 130 166 0 61 40 40 523 42 63
Binary 10101101 1011000 1110110 0 110001 100000 100000 101010011 100010 110011

Color Harmonies of #AD5876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5876

Black with #AD5876

Text Example


Text Example

White with #AD5876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5876; }

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

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

background-color css

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

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

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

border-color css

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

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

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