#AF686C

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

Shades of Turkish Rose #AF686C

Tints of Turkish Rose #AF686C

Color information

#AF686C (or 0xAF686C) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 6C. RGB value is (175,104,108). Sum of RGB (Red+Green+Blue) = 175+104+108=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686C is #509793. Grayscale: #7D7D7D. Windows color (decimal): -5281684 or 7104687. OLE color: 7104687.

HSL color Cylindrical-coordinate representation of color #AF686C: hue angle of 356.62º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF686C is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175104108-
CMYK00.410.380.31
HSL356.62º30.74%54.71%-
HSV(B)356.62º40.57%68.63%-
XYZ25.3420.116.73-
YUV125.68118.02163.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 104 (41.02% from 255) = 26.87%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=45.22%
G=26.87%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510410800.410.380.31356.6230.7454.71
HexAF686C029261F1651f37
Octal25715015405146375453767
Binary101011111101000110110001010011001101111110110010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF686C; }

 p { color: rgb(175,104,108); }

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

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

 a { background-color: rgb(175,104,108); }

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

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

 span { border-color: rgb(175,104,108); }

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