#AD5070

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

Shades of Royal Heath #AD5070

Tints of Royal Heath #AD5070

Color information

#AD5070 (or 0xAD5070) is unknown color: approx Royal Heath. HEX triplet: AD, 50 and 70. RGB value is (173,80,112). Sum of RGB (Red+Green+Blue) = 173+80+112=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5070 is #52AF8F. Grayscale: #6F6F6F. Windows color (decimal): -5418896 or 7360685. OLE color: 7360685.

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

Color convert

RGB17380112-
CMYK00.540.350.32
HSL339.35º36.76%49.61%-
HSV(B)339.35º53.76%67.84%-
XYZ23.0315.7917.16-
YUV111.45128.31171.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.40%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=47.40%
G=21.92%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738011200.540.350.32339.3536.7649.61
HexAD507003623201532532
Octal25512016006643405234562
Binary10101101101000011100000110110100011100000101010011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5070; }

 p { color: rgb(173,80,112); }

 H1.HeaderClassName
 {
   color: #AD5070;
 }
 .AnyTagClassName
 {
   color: #AD5070;
 }
</style>
background-color css

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

 a { background-color: rgb(173,80,112); }

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

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

 span { border-color: rgb(173,80,112); }

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