Html Css Color HEX #AD446E Royal Heath

📋 copy color: '#AD446E'

red 173 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #AD446E

Tints of Royal Heath #AD446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.37%

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

R = 49.29%
G = 19.37%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD446E (or 0xAD446E) is known color: Royal Heath. HEX triplet: AD, 44 and 6E. RGB value is (173,68,110). Sum of RGB (Red+Green+Blue) = 173+68+110=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD446E is #52BB91. Grayscale: #686868. Windows color (decimal): -5421970 or 7226541. OLE color: 7226541.

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

Color convert

RGB 173 68 110 -
CMYK 0 0.61 0.36 0.32
HSL 336º 0.44% 0.47% -
HSV(B) 336º 0.61% 0.68% -
XYZ 22.12 14.14 16.32 -
YUV 104.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 173 68 110 0 0.61 0.36 0.32 336 0.44 0.47
Hex AD 44 6E 0 3D 24 20 150 2C 2F
Octal 255 104 156 0 75 44 40 520 54 57
Binary 10101101 1000100 1101110 0 111101 100100 100000 101010000 101100 101111

Color Harmonies of #AD446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD446E

Black with #AD446E

Text Example


Text Example

White with #AD446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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