#AD6A74

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

Shades of Turkish Rose #AD6A74

Tints of Turkish Rose #AD6A74

Color information

#AD6A74 (or 0xAD6A74) is unknown color: approx Turkish Rose. HEX triplet: AD, 6A and 74. RGB value is (173,106,116). Sum of RGB (Red+Green+Blue) = 173+106+116=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A74 is #52958B. Grayscale: #7F7F7F. Windows color (decimal): -5412236 or 7629485. OLE color: 7629485.

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

Color convert

RGB173106116-
CMYK00.390.330.32
HSL351.04º29%54.71%-
HSV(B)351.04º38.73%67.84%-
XYZ25.5420.4519.12-
YUV127.17121.7160.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.80%
GREEN value IS 106 (41.80% from 255) = 26.84%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=43.80%
G=26.84%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310611600.390.330.32351.042954.71
HexAD6A74027212015f1d37
Octal25515216404741405373567
Binary1010110111010101110100010011110000110000010101111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6A74; }

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

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

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

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

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

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

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

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