#AF8586

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

Shades of Turkish Rose #AF8586

Tints of Turkish Rose #AF8586

Color information

#AF8586 (or 0xAF8586) is unknown color: approx Turkish Rose. HEX triplet: AF, 85 and 86. RGB value is (175,133,134). Sum of RGB (Red+Green+Blue) = 175+133+134=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8586 is #507A79. Grayscale: #919191. Windows color (decimal): -5274234 or 8816047. OLE color: 8816047.

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

Color convert

RGB175133134-
CMYK00.240.230.31
HSL358.57º20.79%60.39%-
HSV(B)358.57º24%68.63%-
XYZ30.3727.6126.28-
YUV145.67121.41148.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 134 (52.73% from 255) = 30.32%
R=39.59%
G=30.09%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513313400.240.230.31358.5720.7960.39
HexAF8586018171F167153c
Octal25720520603027375472574
Binary101011111000010110000110011000101111111110110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8586; }

 p { color: rgb(175,133,134); }

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

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

 a { background-color: rgb(175,133,134); }

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

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

 span { border-color: rgb(175,133,134); }

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