Html Css Color HEX #AD4074 Royal Heath

📋 copy color: '#AD4074'

red 173 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #AD4074

Tints of Royal Heath #AD4074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 49.01%
G = 18.13%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD4074 (or 0xAD4074) is known color: Royal Heath. HEX triplet: AD, 40 and 74. RGB value is (173,64,116). Sum of RGB (Red+Green+Blue) = 173+64+116=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD4074 is #52BF8B. Grayscale: #666666. Windows color (decimal): -5422988 or 7618733. OLE color: 7618733.

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

Color convert

RGB 173 64 116 -
CMYK 0 0.63 0.33 0.32
HSL 331.38º 0.46% 0.46% -
HSV(B) 331.38º 0.63% 0.68% -
XYZ 22.22 13.81 18.02 -
YUV 102.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 173 64 116 0 0.63 0.33 0.32 331.38 0.46 0.46
Hex AD 40 74 0 3F 21 20 14B 2E 2E
Octal 255 100 164 0 77 41 40 513 56 56
Binary 10101101 1000000 1110100 0 111111 100001 100000 101001011 101110 101110

Color Harmonies of #AD4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4074

Black with #AD4074

Text Example


Text Example

White with #AD4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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