#AF676D

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

Shades of Turkish Rose #AF676D

Tints of Turkish Rose #AF676D

Color information

#AF676D (or 0xAF676D) is unknown color: approx Turkish Rose. HEX triplet: AF, 67 and 6D. RGB value is (175,103,109). Sum of RGB (Red+Green+Blue) = 175+103+109=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF676D is #509892. Grayscale: #7D7D7D. Windows color (decimal): -5281939 or 7169967. OLE color: 7169967.

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

Color convert

RGB175103109-
CMYK00.410.380.31
HSL355º31.03%54.51%-
HSV(B)355º41.14%68.63%-
XYZ25.2919.9216.98-
YUV125.21118.85163.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 109 (42.97% from 255) = 28.17%
R=45.22%
G=26.61%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510310900.410.380.3135531.0354.51
HexAF676D029261F1631f37
Octal25714715505146375433767
Binary101011111100111110110101010011001101111110110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF676D; }

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

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

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

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

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

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

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

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