Html Css Color HEX #AD446F Royal Heath

📋 copy color: '#AD446F'

red 173 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #AD446F

Tints of Royal Heath #AD446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 49.15%
G = 19.32%
B = 31.53%

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

#AD446F (or 0xAD446F) is known color: Royal Heath. HEX triplet: AD, 44 and 6F. RGB value is (173,68,111). Sum of RGB (Red+Green+Blue) = 173+68+111=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD446F is #52BB90. Grayscale: #686868. Windows color (decimal): -5421969 or 7292077. OLE color: 7292077.

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

Color convert

RGB 173 68 111 -
CMYK 0 0.61 0.36 0.32
HSL 335.43º 0.44% 0.47% -
HSV(B) 335.43º 0.61% 0.68% -
XYZ 22.17 14.17 16.6 -
YUV 104.3 131.79 177 -
System Red Green Blue C M Y K H S L
Decimal 173 68 111 0 0.61 0.36 0.32 335.43 0.44 0.47
Hex AD 44 6F 0 3D 24 20 14F 2C 2F
Octal 255 104 157 0 75 44 40 517 54 57
Binary 10101101 1000100 1101111 0 111101 100100 100000 101001111 101100 101111

Color Harmonies of #AD446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD446F

Black with #AD446F

Text Example


Text Example

White with #AD446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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