Html Css Color HEX #AD486E Royal Heath

📋 copy color: '#AD486E'

red 173 ◦ green 72 ◦ blue 110

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

Shades of Royal Heath #AD486E

Tints of Royal Heath #AD486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.28%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 48.73%
G = 20.28%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD486E (or 0xAD486E) is known color: Royal Heath. HEX triplet: AD, 48 and 6E. RGB value is (173,72,110). Sum of RGB (Red+Green+Blue) = 173+72+110=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD486E is #52B791. Grayscale: #6A6A6A. Windows color (decimal): -5420946 or 7227565. OLE color: 7227565.

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

Color convert

RGB 173 72 110 -
CMYK 0 0.58 0.36 0.32
HSL 337.43º 0.41% 0.48% -
HSV(B) 337.43º 0.58% 0.68% -
XYZ 22.37 14.64 16.4 -
YUV 106.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 173 72 110 0 0.58 0.36 0.32 337.43 0.41 0.48
Hex AD 48 6E 0 3A 24 20 151 29 30
Octal 255 110 156 0 72 44 40 521 51 60
Binary 10101101 1001000 1101110 0 111010 100100 100000 101010001 101001 110000

Color Harmonies of #AD486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD486E

Black with #AD486E

Text Example


Text Example

White with #AD486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD486E; }

 p { color: rgb(173,72,110); }

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

background-color css

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

 a { background-color: rgb(173,72,110); }

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

border-color css

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

 span { border-color: rgb(173,72,110); }

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