Html Css Color HEX #AD4071 Royal Heath

📋 copy color: '#AD4071'

red 173 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #AD4071

Tints of Royal Heath #AD4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 49.43%
G = 18.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD4071 (or 0xAD4071) is known color: Royal Heath. HEX triplet: AD, 40 and 71. RGB value is (173,64,113). Sum of RGB (Red+Green+Blue) = 173+64+113=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4071 is #52BF8E. Grayscale: #666666. Windows color (decimal): -5422991 or 7422125. OLE color: 7422125.

HSL color Cylindrical-coordinate representation of color #AD4071: hue angle of 333.03º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AD4071 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 64 113 -
CMYK 0 0.63 0.35 0.32
HSL 333.03º 0.46% 0.46% -
HSV(B) 333.03º 0.63% 0.68% -
XYZ 22.05 13.74 17.11 -
YUV 102.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 173 64 113 0 0.63 0.35 0.32 333.03 0.46 0.46
Hex AD 40 71 0 3F 23 20 14D 2E 2E
Octal 255 100 161 0 77 43 40 515 56 56
Binary 10101101 1000000 1110001 0 111111 100011 100000 101001101 101110 101110

Color Harmonies of #AD4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4071

Black with #AD4071

Text Example


Text Example

White with #AD4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4071; }

 p { color: rgb(173,64,113); }

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

background-color css

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

 a { background-color: rgb(173,64,113); }

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

border-color css

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

 span { border-color: rgb(173,64,113); }

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