#AD526F

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

Shades of Royal Heath #AD526F

Tints of Royal Heath #AD526F

Color information

#AD526F (or 0xAD526F) is unknown color: approx Royal Heath. HEX triplet: AD, 52 and 6F. RGB value is (173,82,111). Sum of RGB (Red+Green+Blue) = 173+82+111=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD526F is #52AD90. Grayscale: #707070. Windows color (decimal): -5418385 or 7295661. OLE color: 7295661.

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

Color convert

RGB17382111-
CMYK00.530.360.32
HSL340.88º35.69%50%-
HSV(B)340.88º52.6%67.84%-
XYZ23.1216.0716.92-
YUV112.51127.15171.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=47.27%
G=22.40%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738211100.530.360.32340.8835.6950
HexAD526F03524201552432
Octal25512215706544405254462
Binary10101101101001011011110110101100100100000101010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD526F; }

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

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

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

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

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

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

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

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