#AD6577

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

Shades of Turkish Rose #AD6577

Tints of Turkish Rose #AD6577

Color information

#AD6577 (or 0xAD6577) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 77. RGB value is (173,101,119). Sum of RGB (Red+Green+Blue) = 173+101+119=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 119 (46.88% from 255 or 30.28% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6577 is #529A88. Grayscale: #7C7C7C. Windows color (decimal): -5413513 or 7824813. OLE color: 7824813.

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

Color convert

RGB173101119-
CMYK00.420.310.32
HSL345º30.51%53.73%-
HSV(B)345º41.62%67.84%-
XYZ25.2219.5219.89-
YUV124.58124.85162.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.02%
GREEN value IS 101 (39.84% from 255) = 25.70%
BLUE value IS 119 (46.88% from 255) = 30.28%
R=44.02%
G=25.70%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310111900.420.310.3234530.5153.73
HexAD657702A1F201591f36
Octal25514516705237405313766
Binary101011011100101111011101010101111110000010101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6577; }

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

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

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

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

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

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

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

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