#AF6D7A

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

Shades of Turkish Rose #AF6D7A

Tints of Turkish Rose #AF6D7A

Color information

#AF6D7A (or 0xAF6D7A) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 7A. RGB value is (175,109,122). Sum of RGB (Red+Green+Blue) = 175+109+122=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D7A is #509285. Grayscale: #828282. Windows color (decimal): -5280390 or 8023471. OLE color: 8023471.

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

Color convert

RGB175109122-
CMYK00.380.300.31
HSL348.18º29.2%55.69%-
HSV(B)348.18º37.71%68.63%-
XYZ26.6621.4621.15-
YUV130.22123.37159.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.10%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=43.10%
G=26.85%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510912200.380.300.31348.1829.255.69
HexAF6D7A0261E1F15c1d38
Octal25715517204636375343570
Binary10101111110110111110100100110111101111110101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D7A; }

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

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

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

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

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

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

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

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