Html Css Color HEX #AD4073 Royal Heath

📋 copy color: '#AD4073'

red 173 ◦ green 64 ◦ blue 115

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

Shades of Royal Heath #AD4073

Tints of Royal Heath #AD4073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 49.15%
G = 18.18%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AD4073 (or 0xAD4073) is known color: Royal Heath. HEX triplet: AD, 40 and 73. RGB value is (173,64,115). Sum of RGB (Red+Green+Blue) = 173+64+115=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4073 is #52BF8C. Grayscale: #666666. Windows color (decimal): -5422989 or 7553197. OLE color: 7553197.

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

Color convert

RGB 173 64 115 -
CMYK 0 0.63 0.34 0.32
HSL 331.93º 0.46% 0.46% -
HSV(B) 331.93º 0.63% 0.68% -
XYZ 22.16 13.79 17.71 -
YUV 102.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 173 64 115 0 0.63 0.34 0.32 331.93 0.46 0.46
Hex AD 40 73 0 3F 22 20 14C 2E 2E
Octal 255 100 163 0 77 42 40 514 56 56
Binary 10101101 1000000 1110011 0 111111 100010 100000 101001100 101110 101110

Color Harmonies of #AD4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4073

Black with #AD4073

Text Example


Text Example

White with #AD4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4073; }

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

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

background-color css

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

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

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

border-color css

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

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

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