#AF686E

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

Shades of Turkish Rose #AF686E

Tints of Turkish Rose #AF686E

Color information

#AF686E (or 0xAF686E) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 6E. RGB value is (175,104,110). Sum of RGB (Red+Green+Blue) = 175+104+110=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF686E is #509791. Grayscale: #7D7D7D. Windows color (decimal): -5281682 or 7235759. OLE color: 7235759.

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

Color convert

RGB175104110-
CMYK00.410.370.31
HSL354.93º30.74%54.71%-
HSV(B)354.93º40.57%68.63%-
XYZ25.4420.1417.3-
YUV125.91119.02163.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=44.99%
G=26.74%
B=28.28%

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
Decimal17510411000.410.370.31354.9330.7454.71
HexAF686E029251F1631f37
Octal25715015605145375433767
Binary101011111101000110111001010011001011111110110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF686E; }

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

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

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

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

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

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

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

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