#AD656F

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

Shades of Turkish Rose #AD656F

Tints of Turkish Rose #AD656F

Color information

#AD656F (or 0xAD656F) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 6F. RGB value is (173,101,111). Sum of RGB (Red+Green+Blue) = 173+101+111=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656F is #529A90. Grayscale: #7B7B7B. Windows color (decimal): -5413521 or 7300525. OLE color: 7300525.

HSL color Cylindrical-coordinate representation of color #AD656F: hue angle of 351.67º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD656F is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB173101111-
CMYK00.420.360.32
HSL351.67º30.51%53.73%-
HSV(B)351.67º41.62%67.84%-
XYZ24.7619.3417.47-
YUV123.67120.85163.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=44.94%
G=26.23%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310111100.420.360.32351.6730.5153.73
HexAD656F02A24201601f36
Octal25514515705244405403766
Binary1010110111001011101111010101010010010000010110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD656F; }

 p { color: rgb(173,101,111); }

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

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

 a { background-color: rgb(173,101,111); }

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

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

 span { border-color: rgb(173,101,111); }

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