#AF6672

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

Shades of Turkish Rose #AF6672

Tints of Turkish Rose #AF6672

Color information

#AF6672 (or 0xAF6672) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 72. RGB value is (175,102,114). Sum of RGB (Red+Green+Blue) = 175+102+114=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6672 is #50998D. Grayscale: #7D7D7D. Windows color (decimal): -5282190 or 7497391. OLE color: 7497391.

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

Color convert

RGB175102114-
CMYK00.420.350.31
HSL350.14º31.33%54.31%-
HSV(B)350.14º41.71%68.63%-
XYZ25.4719.8318.41-
YUV125.19121.68163.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.76%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=44.76%
G=26.09%
B=29.16%

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
Decimal17510211400.420.350.31350.1431.3354.31
HexAF667202A231F15e1f36
Octal25714616205243375363766
Binary101011111100110111001001010101000111111110101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6672; }

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

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

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

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

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

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

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

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