#AF6072

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

Shades of Turkish Rose #AF6072

Tints of Turkish Rose #AF6072

Color information

#AF6072 (or 0xAF6072) is unknown color: approx Turkish Rose. HEX triplet: AF, 60 and 72. RGB value is (175,96,114). Sum of RGB (Red+Green+Blue) = 175+96+114=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6072 is #509F8D. Grayscale: #797979. Windows color (decimal): -5283726 or 7495855. OLE color: 7495855.

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

Color convert

RGB17596114-
CMYK00.450.350.31
HSL346.33º33.05%53.14%-
HSV(B)346.33º45.14%68.63%-
XYZ24.918.6918.22-
YUV121.67123.67166.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=45.45%
G=24.94%
B=29.61%

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
Decimal1759611400.450.350.31346.3333.0553.14
HexAF607202D231F15a2135
Octal25714016205543375324165
Binary1010111111000001110010010110110001111111101011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6072; }

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

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

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

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

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

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

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

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