Html Css Color HEX #AD5274 Royal Heath

📋 copy color: '#AD5274'

red 173 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #AD5274

Tints of Royal Heath #AD5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 46.63%
G = 22.1%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD5274 (or 0xAD5274) is known color: Royal Heath. HEX triplet: AD, 52 and 74. RGB value is (173,82,116). Sum of RGB (Red+Green+Blue) = 173+82+116=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5274 is #52AD8B. Grayscale: #717171. Windows color (decimal): -5418380 or 7623341. OLE color: 7623341.

HSL color Cylindrical-coordinate representation of color #AD5274: hue angle of 337.58º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD5274 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 82 116 -
CMYK 0 0.53 0.33 0.32
HSL 337.58º 0.36% 0.5% -
HSV(B) 337.58º 0.53% 0.68% -
XYZ 23.4 16.18 18.41 -
YUV 113.09 129.65 170.74 -
System Red Green Blue C M Y K H S L
Decimal 173 82 116 0 0.53 0.33 0.32 337.58 0.36 0.5
Hex AD 52 74 0 35 21 20 152 24 32
Octal 255 122 164 0 65 41 40 522 44 62
Binary 10101101 1010010 1110100 0 110101 100001 100000 101010010 100100 110010

Color Harmonies of #AD5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5274

Black with #AD5274

Text Example


Text Example

White with #AD5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5274; }

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

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

background-color css

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

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

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

border-color css

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

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

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