#AD5675

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

Shades of Royal Heath #AD5675

Tints of Royal Heath #AD5675

Color information

#AD5675 (or 0xAD5675) is unknown color: approx Royal Heath. HEX triplet: AD, 56 and 75. RGB value is (173,86,117). Sum of RGB (Red+Green+Blue) = 173+86+117=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5675 is #52A98A. Grayscale: #737373. Windows color (decimal): -5417355 or 7689901. OLE color: 7689901.

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

Color convert

RGB17386117-
CMYK00.500.320.32
HSL338.62º34.66%50.78%-
HSV(B)338.62º50.29%67.84%-
XYZ23.7716.8218.82-
YUV115.55128.82168.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.01%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=46.01%
G=22.87%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1738611700.500.320.32338.6234.6650.78
HexAD567503220201532333
Octal25512616506240405234363
Binary10101101101011011101010110010100000100000101010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5675; }

 p { color: rgb(173,86,117); }

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

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

 a { background-color: rgb(173,86,117); }

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

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

 span { border-color: rgb(173,86,117); }

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