#AF6D75

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

Shades of Turkish Rose #AF6D75

Tints of Turkish Rose #AF6D75

Color information

#AF6D75 (or 0xAF6D75) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 75. RGB value is (175,109,117). Sum of RGB (Red+Green+Blue) = 175+109+117=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D75 is #50928A. Grayscale: #818181. Windows color (decimal): -5280395 or 7695791. OLE color: 7695791.

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

Color convert

RGB175109117-
CMYK00.380.330.31
HSL352.73º29.2%55.69%-
HSV(B)352.73º37.71%68.63%-
XYZ26.3621.3419.56-
YUV129.65120.87160.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.64%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=43.64%
G=27.18%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510911700.380.330.31352.7329.255.69
HexAF6D75026211F1611d38
Octal25715516504641375413570
Binary101011111101101111010101001101000011111110110000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D75; }

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

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

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

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

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

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

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

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