#AD5274

Color #AD5274 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AD5274

Tints of Royal Heath #AD5274

Color information

#AD5274 (or 0xAD5274) is unknown color: approx 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

RGB17382116-
CMYK00.530.330.32
HSL337.58º35.69%50%-
HSV(B)337.58º52.6%67.84%-
XYZ23.416.1818.41-
YUV113.08129.65170.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.63%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=46.63%
G=22.10%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738211600.530.330.32337.5835.6950
HexAD527403521201522432
Octal25512216406541405224462
Binary10101101101001011101000110101100001100000101010010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>