#AF6D74

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

Shades of Turkish Rose #AF6D74

Tints of Turkish Rose #AF6D74

Color information

#AF6D74 (or 0xAF6D74) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 74. RGB value is (175,109,116). Sum of RGB (Red+Green+Blue) = 175+109+116=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D74 is #50928B. Grayscale: #818181. Windows color (decimal): -5280396 or 7630255. OLE color: 7630255.

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

Color convert

RGB175109116-
CMYK00.380.340.31
HSL353.64º29.2%55.69%-
HSV(B)353.64º37.71%68.63%-
XYZ26.321.3119.25-
YUV129.53120.37160.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.75%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=43.75%
G=27.25%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510911600.380.340.31353.6429.255.69
HexAF6D74026221F1621d38
Octal25715516404642375423570
Binary101011111101101111010001001101000101111110110001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D74; }

 p { color: rgb(175,109,116); }

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

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

 a { background-color: rgb(175,109,116); }

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

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

 span { border-color: rgb(175,109,116); }

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