#AF6671

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

Shades of Turkish Rose #AF6671

Tints of Turkish Rose #AF6671

Color information

#AF6671 (or 0xAF6671) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 71. RGB value is (175,102,113). Sum of RGB (Red+Green+Blue) = 175+102+113=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6671 is #50998E. Grayscale: #7D7D7D. Windows color (decimal): -5282191 or 7431855. OLE color: 7431855.

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

Color convert

RGB175102113-
CMYK00.420.350.31
HSL350.96º31.33%54.31%-
HSV(B)350.96º41.71%68.63%-
XYZ25.4119.8118.11-
YUV125.08121.18163.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 102 (40.23% from 255) = 26.15%
BLUE value IS 113 (44.53% from 255) = 28.97%
R=44.87%
G=26.15%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510211300.420.350.31350.9631.3354.31
HexAF667102A231F15f1f36
Octal25714616105243375373766
Binary101011111100110111000101010101000111111110101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6671; }

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

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

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

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

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

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

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

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