#AD486C

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

Shades of Royal Heath #AD486C

Tints of Royal Heath #AD486C

Color information

#AD486C (or 0xAD486C) is unknown color: approx Royal Heath. HEX triplet: AD, 48 and 6C. RGB value is (173,72,108). Sum of RGB (Red+Green+Blue) = 173+72+108=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD486C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD486C is #52B793. Grayscale: #6A6A6A. Windows color (decimal): -5420948 or 7096493. OLE color: 7096493.

HSL color Cylindrical-coordinate representation of color #AD486C: hue angle of 338.61º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD486C is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17372108-
CMYK00.580.380.32
HSL338.61º41.22%48.04%-
HSV(B)338.61º58.38%67.84%-
XYZ22.2614.615.83-
YUV106.3128.96175.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 49.01%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=49.01%
G=20.40%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1737210800.580.380.32338.6141.2248.04
HexAD486C03A26201532930
Octal25511015407246405235160
Binary10101101100100011011000111010100110100000101010011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD486C; }

 p { color: rgb(173,72,108); }

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

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

 a { background-color: rgb(173,72,108); }

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

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

 span { border-color: rgb(173,72,108); }

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