#AD6A73

Color #AD6A73 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AD6A73

Tints of Turkish Rose #AD6A73

Color information

#AD6A73 (or 0xAD6A73) is unknown color: approx Turkish Rose. HEX triplet: AD, 6A and 73. RGB value is (173,106,115). Sum of RGB (Red+Green+Blue) = 173+106+115=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A73 is #52958C. Grayscale: #7F7F7F. Windows color (decimal): -5412237 or 7563949. OLE color: 7563949.

HSL color Cylindrical-coordinate representation of color #AD6A73: hue angle of 351.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD6A73 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB173106115-
CMYK00.390.340.32
HSL351.94º29%54.71%-
HSV(B)351.94º38.73%67.84%-
XYZ25.4820.4318.82-
YUV127.06121.2160.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=43.91%
G=26.90%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310611500.390.340.32351.942954.71
HexAD6A7302722201601d37
Octal25515216304742405403567
Binary1010110111010101110011010011110001010000010110000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A73; }

 p { color: rgb(173,106,115); }

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

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

 a { background-color: rgb(173,106,115); }

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

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

 span { border-color: rgb(173,106,115); }

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