#AD656E

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

Shades of Turkish Rose #AD656E

Tints of Turkish Rose #AD656E

Color information

#AD656E (or 0xAD656E) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 6E. RGB value is (173,101,110). Sum of RGB (Red+Green+Blue) = 173+101+110=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD656E is #529A91. Grayscale: #7B7B7B. Windows color (decimal): -5413522 or 7234989. OLE color: 7234989.

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

Color convert

RGB173101110-
CMYK00.420.360.32
HSL352.5º30.51%53.73%-
HSV(B)352.5º41.62%67.84%-
XYZ24.719.3217.18-
YUV123.55120.35163.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.05%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=45.05%
G=26.30%
B=28.65%

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
Decimal17310111000.420.360.32352.530.5153.73
HexAD656E02A24201601f36
Octal25514515605244405403766
Binary1010110111001011101110010101010010010000010110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD656E; }

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

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

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

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

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

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

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

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