#AF6870

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

Shades of Turkish Rose #AF6870

Tints of Turkish Rose #AF6870

Color information

#AF6870 (or 0xAF6870) is unknown color: approx Turkish Rose. HEX triplet: AF, 68 and 70. RGB value is (175,104,112). Sum of RGB (Red+Green+Blue) = 175+104+112=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6870 is #50978F. Grayscale: #7E7E7E. Windows color (decimal): -5281680 or 7366831. OLE color: 7366831.

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

Color convert

RGB175104112-
CMYK00.410.360.31
HSL353.24º30.74%54.71%-
HSV(B)353.24º40.57%68.63%-
XYZ25.5520.1817.88-
YUV126.14120.02162.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=44.76%
G=26.60%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510411200.410.360.31353.2430.7454.71
HexAF6870029241F1611f37
Octal25715016005144375413767
Binary101011111101000111000001010011001001111110110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6870; }

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

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

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

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

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

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

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

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