#AF6667

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

Shades of Turkish Rose #AF6667

Tints of Turkish Rose #AF6667

Color information

#AF6667 (or 0xAF6667) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 67. RGB value is (175,102,103). Sum of RGB (Red+Green+Blue) = 175+102+103=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6667 is #509998. Grayscale: #7C7C7C. Windows color (decimal): -5282201 or 6776495. OLE color: 6776495.

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

Color convert

RGB175102103-
CMYK00.420.410.31
HSL359.18º31.33%54.31%-
HSV(B)359.18º41.71%68.63%-
XYZ24.8819.615.3-
YUV123.94116.18164.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 102 (40.23% from 255) = 26.84%
BLUE value IS 103 (40.62% from 255) = 27.11%
R=46.05%
G=26.84%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510210300.420.410.31359.1831.3354.31
HexAF666702A291F1671f36
Octal25714614705251375473766
Binary101011111100110110011101010101010011111110110011111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6667; }

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

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

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

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

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

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

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

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