#AF6071

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

Shades of Turkish Rose #AF6071

Tints of Turkish Rose #AF6071

Color information

#AF6071 (or 0xAF6071) is unknown color: approx Turkish Rose. HEX triplet: AF, 60 and 71. RGB value is (175,96,113). Sum of RGB (Red+Green+Blue) = 175+96+113=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6071 is #509F8E. Grayscale: #797979. Windows color (decimal): -5283727 or 7430319. OLE color: 7430319.

HSL color Cylindrical-coordinate representation of color #AF6071: hue angle of 347.09º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF6071 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17596113-
CMYK00.450.350.31
HSL347.09º33.05%53.14%-
HSV(B)347.09º45.14%68.63%-
XYZ24.8418.6717.92-
YUV121.56123.17166.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.57%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=45.57%
G=25%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759611300.450.350.31347.0933.0553.14
HexAF607102D231F15b2135
Octal25714016105543375334165
Binary1010111111000001110001010110110001111111101011011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6071; }

 p { color: rgb(175,96,113); }

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

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

 a { background-color: rgb(175,96,113); }

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

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

 span { border-color: rgb(175,96,113); }

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