#AD6164

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

Shades of Turkish Rose #AD6164

Tints of Turkish Rose #AD6164

Color information

#AD6164 (or 0xAD6164) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 64. RGB value is (173,97,100). Sum of RGB (Red+Green+Blue) = 173+97+100=370 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.76% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6164 is #529E9B. Grayscale: #787878. Windows color (decimal): -5414556 or 6578605. OLE color: 6578605.

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

Color convert

RGB17397100-
CMYK00.440.420.32
HSL357.63º31.67%52.94%-
HSV(B)357.63º43.93%67.84%-
XYZ23.8118.3514.34-
YUV120.07116.68165.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 46.76%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=46.76%
G=26.22%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739710000.440.420.32357.6331.6752.94
HexAD616402C2A201662035
Octal25514114405452405464065
Binary10101101110000111001000101100101010100000101100110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6164; }

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

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

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

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

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

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

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

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