#AF6A6D

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

Shades of Turkish Rose #AF6A6D

Tints of Turkish Rose #AF6A6D

Color information

#AF6A6D (or 0xAF6A6D) is unknown color: approx Turkish Rose. HEX triplet: AF, 6A and 6D. RGB value is (175,106,109). Sum of RGB (Red+Green+Blue) = 175+106+109=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6A6D is #509592. Grayscale: #7F7F7F. Windows color (decimal): -5281171 or 7170735. OLE color: 7170735.

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

Color convert

RGB175106109-
CMYK00.390.380.31
HSL357.39º30.13%55.1%-
HSV(B)357.39º39.43%68.63%-
XYZ25.5920.5317.08-
YUV126.97117.86162.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 106 (41.80% from 255) = 27.18%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=44.87%
G=27.18%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510610900.390.380.31357.3930.1355.1
HexAF6A6D027261F1651e37
Octal25715215504746375453667
Binary101011111101010110110101001111001101111110110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6A6D; }

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

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

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

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

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

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

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

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