#AF6D6F

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

Shades of Turkish Rose #AF6D6F

Tints of Turkish Rose #AF6D6F

Color information

#AF6D6F (or 0xAF6D6F) is unknown color: approx Turkish Rose. HEX triplet: AF, 6D and 6F. RGB value is (175,109,111). Sum of RGB (Red+Green+Blue) = 175+109+111=395 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.30% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6D6F is #509290. Grayscale: #818181. Windows color (decimal): -5280401 or 7302575. OLE color: 7302575.

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

Color convert

RGB175109111-
CMYK00.380.370.31
HSL358.18º29.2%55.69%-
HSV(B)358.18º37.71%68.63%-
XYZ26.0221.217.76-
YUV128.96117.87160.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.30%
GREEN value IS 109 (42.97% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=44.30%
G=27.59%
B=28.10%

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
Decimal17510911100.380.370.31358.1829.255.69
HexAF6D6F026251F1661d38
Octal25715515704645375463570
Binary101011111101101110111101001101001011111110110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6D6F; }

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

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

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

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

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

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

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

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