#AF6E76

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

Shades of Turkish Rose #AF6E76

Tints of Turkish Rose #AF6E76

Color information

#AF6E76 (or 0xAF6E76) is unknown color: approx Turkish Rose. HEX triplet: AF, 6E and 76. RGB value is (175,110,118). Sum of RGB (Red+Green+Blue) = 175+110+118=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6E76 is #509189. Grayscale: #828282. Windows color (decimal): -5280138 or 7761583. OLE color: 7761583.

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

Color convert

RGB175110118-
CMYK00.370.330.31
HSL352.62º28.89%55.88%-
HSV(B)352.62º37.14%68.63%-
XYZ26.5321.5719.91-
YUV130.35121.03159.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.42%
GREEN value IS 110 (43.36% from 255) = 27.30%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=43.42%
G=27.30%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511011800.370.330.31352.6228.8955.88
HexAF6E76025211F1611d38
Octal25715616604541375413570
Binary101011111101110111011001001011000011111110110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6E76; }

 p { color: rgb(175,110,118); }

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

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

 a { background-color: rgb(175,110,118); }

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

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

 span { border-color: rgb(175,110,118); }

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