#AD656D

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

Shades of Turkish Rose #AD656D

Tints of Turkish Rose #AD656D

Color information

#AD656D (or 0xAD656D) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 6D. RGB value is (173,101,109). Sum of RGB (Red+Green+Blue) = 173+101+109=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656D is #529A92. Grayscale: #7B7B7B. Windows color (decimal): -5413523 or 7169453. OLE color: 7169453.

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

Color convert

RGB173101109-
CMYK00.420.370.32
HSL353.33º30.51%53.73%-
HSV(B)353.33º41.62%67.84%-
XYZ24.6519.316.89-
YUV123.44119.85163.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=45.17%
G=26.37%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310110900.420.370.32353.3330.5153.73
HexAD656D02A25201611f36
Octal25514515505245405413766
Binary1010110111001011101101010101010010110000010110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD656D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD656D; }

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

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

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

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

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

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

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

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