Html Css Color HEX #AD437C Royal Heath

📋 copy color: '#AD437C'

red 173 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #AD437C

Tints of Royal Heath #AD437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

 BLUE value IS 124 (48.83% from 255) = 34.07%

R = 47.53%
G = 18.41%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD437C (or 0xAD437C) is known color: Royal Heath. HEX triplet: AD, 43 and 7C. RGB value is (173,67,124). Sum of RGB (Red+Green+Blue) = 173+67+124=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD437C is #52BC83. Grayscale: #696969. Windows color (decimal): -5422212 or 8143789. OLE color: 8143789.

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

Color convert

RGB 173 67 124 -
CMYK 0 0.61 0.28 0.32
HSL 327.74º 0.44% 0.47% -
HSV(B) 327.74º 0.61% 0.68% -
XYZ 22.88 14.35 20.63 -
YUV 105.19 138.62 176.37 -
System Red Green Blue C M Y K H S L
Decimal 173 67 124 0 0.61 0.28 0.32 327.74 0.44 0.47
Hex AD 43 7C 0 3D 1C 20 148 2C 2F
Octal 255 103 174 0 75 34 40 510 54 57
Binary 10101101 1000011 1111100 0 111101 11100 100000 101001000 101100 101111

Color Harmonies of #AD437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD437C

Black with #AD437C

Text Example


Text Example

White with #AD437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD437C; }

 p { color: rgb(173,67,124); }

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

background-color css

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

 a { background-color: rgb(173,67,124); }

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

border-color css

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

 span { border-color: rgb(173,67,124); }

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