#AF6D6E

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

Shades of Turkish Rose #AF6D6E

Tints of Turkish Rose #AF6D6E

Color information

#AF6D6E (or 0xAF6D6E) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 6E. RGB value is (175,109,110). Sum of RGB (Red+Green+Blue) = 175+109+110=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6E is #509291. Grayscale: #808080. Windows color (decimal): -5280402 or 7237039. OLE color: 7237039.

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

Color convert

RGB175109110-
CMYK00.380.370.31
HSL359.09º29.2%55.69%-
HSV(B)359.09º37.71%68.63%-
XYZ25.9621.1817.47-
YUV128.85117.37160.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=44.42%
G=27.66%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510911000.380.370.31359.0929.255.69
HexAF6D6E026251F1671d38
Octal25715515604645375473570
Binary101011111101101110111001001101001011111110110011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D6E; }

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

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

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

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

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

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

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

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