#AD6174

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

Shades of Turkish Rose #AD6174

Tints of Turkish Rose #AD6174

Color information

#AD6174 (or 0xAD6174) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 74. RGB value is (173,97,116). Sum of RGB (Red+Green+Blue) = 173+97+116=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6174 is #529E8B. Grayscale: #797979. Windows color (decimal): -5414540 or 7627181. OLE color: 7627181.

HSL color Cylindrical-coordinate representation of color #AD6174: hue angle of 345º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6174 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB17397116-
CMYK00.440.330.32
HSL345º31.67%52.94%-
HSV(B)345º43.93%67.84%-
XYZ24.6618.6918.83-
YUV121.89124.68164.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 97 (38.28% from 255) = 25.13%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=44.82%
G=25.13%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739711600.440.330.3234531.6752.94
HexAD617402C21201592035
Octal25514116405441405314065
Binary10101101110000111101000101100100001100000101011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6174; }

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

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

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

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

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

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

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

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