Html Css Color HEX #AD5A86 Royal Heath

📋 copy color: '#AD5A86'

red 173 ◦ green 90 ◦ blue 134

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

Shades of Royal Heath #AD5A86

Tints of Royal Heath #AD5A86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 33.75%

R = 43.58%
G = 22.67%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD5A86 (or 0xAD5A86) is known color: Royal Heath. HEX triplet: AD, 5A and 86. RGB value is (173,90,134). Sum of RGB (Red+Green+Blue) = 173+90+134=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD5A86 is #52A579. Grayscale: #777777. Windows color (decimal): -5416314 or 8805037. OLE color: 8805037.

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

Color convert

RGB 173 90 134 -
CMYK 0 0.48 0.23 0.32
HSL 328.19º 0.34% 0.52% -
HSV(B) 328.19º 0.48% 0.68% -
XYZ 25.19 17.92 24.68 -
YUV 119.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 173 90 134 0 0.48 0.23 0.32 328.19 0.34 0.52
Hex AD 5A 86 0 30 17 20 148 22 34
Octal 255 132 206 0 60 27 40 510 42 64
Binary 10101101 1011010 10000110 0 110000 10111 100000 101001000 100010 110100

Color Harmonies of #AD5A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A86

Black with #AD5A86

Text Example


Text Example

White with #AD5A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A86; }

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

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

background-color css

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

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

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

border-color css

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

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

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