#AD8486

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

Shades of Turkish Rose #AD8486

Tints of Turkish Rose #AD8486

Color information

#AD8486 (or 0xAD8486) is unknown color: approx Turkish Rose. HEX triplet: AD, 84 and 86. RGB value is (173,132,134). Sum of RGB (Red+Green+Blue) = 173+132+134=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 132 (51.95% from 255 or 30.07% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8486 is #527B79. Grayscale: #909090. Windows color (decimal): -5405562 or 8815789. OLE color: 8815789.

HSL color Cylindrical-coordinate representation of color #AD8486: hue angle of 357.07º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8486 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB173132134-
CMYK00.240.230.32
HSL357.07º20%59.8%-
HSV(B)357.07º23.7%67.84%-
XYZ29.7927.1126.22-
YUV144.49122.08148.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.41%
GREEN value IS 132 (51.95% from 255) = 30.07%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=39.41%
G=30.07%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313213400.240.230.32357.072059.8
HexAD84860181720165143c
Octal25520420603027405452474
Binary1010110110000100100001100110001011110000010110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8486; }

 p { color: rgb(173,132,134); }

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

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

 a { background-color: rgb(173,132,134); }

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

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

 span { border-color: rgb(173,132,134); }

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