#AF6B70

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

Shades of Turkish Rose #AF6B70

Tints of Turkish Rose #AF6B70

Color information

#AF6B70 (or 0xAF6B70) is unknown color: approx Turkish Rose. HEX triplet: AF, 6B and 70. RGB value is (175,107,112). Sum of RGB (Red+Green+Blue) = 175+107+112=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B70 is #50948F. Grayscale: #7F7F7F. Windows color (decimal): -5280912 or 7367599. OLE color: 7367599.

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

Color convert

RGB175107112-
CMYK00.390.360.31
HSL355.59º29.82%55.29%-
HSV(B)355.59º38.86%68.63%-
XYZ25.8620.817.98-
YUV127.9119.03161.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 107 (42.19% from 255) = 27.16%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=44.42%
G=27.16%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510711200.390.360.31355.5929.8255.29
HexAF6B70027241F1641e37
Octal25715316004744375443667
Binary101011111101011111000001001111001001111110110010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B70; }

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

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

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

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

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

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

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

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