#AF6568

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

Shades of Turkish Rose #AF6568

Tints of Turkish Rose #AF6568

Color information

#AF6568 (or 0xAF6568) is unknown color: approx Turkish Rose. HEX triplet: AF, 65 and 68. RGB value is (175,101,104). Sum of RGB (Red+Green+Blue) = 175+101+104=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6568 is #509A97. Grayscale: #7B7B7B. Windows color (decimal): -5282456 or 6841775. OLE color: 6841775.

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

Color convert

RGB175101104-
CMYK00.420.410.31
HSL357.57º31.62%54.12%-
HSV(B)357.57º42.29%68.63%-
XYZ24.8319.4215.54-
YUV123.47117.02164.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=46.05%
G=26.58%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510110400.420.410.31357.5731.6254.12
HexAF656802A291F1662036
Octal25714515005251375464066
Binary1010111111001011101000010101010100111111101100110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6568; }

 p { color: rgb(175,101,104); }

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

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

 a { background-color: rgb(175,101,104); }

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

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

 span { border-color: rgb(175,101,104); }

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