#AF686F

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

Shades of Turkish Rose #AF686F

Tints of Turkish Rose #AF686F

Color information

#AF686F (or 0xAF686F) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 6F. RGB value is (175,104,111). Sum of RGB (Red+Green+Blue) = 175+104+111=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686F is #509790. Grayscale: #7E7E7E. Windows color (decimal): -5281681 or 7301295. OLE color: 7301295.

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

Color convert

RGB175104111-
CMYK00.410.370.31
HSL354.08º30.74%54.71%-
HSV(B)354.08º40.57%68.63%-
XYZ25.520.1617.59-
YUV126.03119.52162.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 111 (43.75% from 255) = 28.46%
R=44.87%
G=26.67%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510411100.410.370.31354.0830.7454.71
HexAF686F029251F1621f37
Octal25715015705145375423767
Binary101011111101000110111101010011001011111110110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF686F; }

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

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

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

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

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

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

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

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