#AF6B6C

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

Shades of Turkish Rose #AF6B6C

Tints of Turkish Rose #AF6B6C

Color information

#AF6B6C (or 0xAF6B6C) is unknown color: approx Turkish Rose. HEX triplet: AF, 6B and 6C. RGB value is (175,107,108). Sum of RGB (Red+Green+Blue) = 175+107+108=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6B6C is #509493. Grayscale: #7F7F7F. Windows color (decimal): -5280916 or 7105455. OLE color: 7105455.

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

Color convert

RGB175107108-
CMYK00.390.380.31
HSL359.12º29.82%55.29%-
HSV(B)359.12º38.86%68.63%-
XYZ25.6420.7116.83-
YUV127.45117.03161.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.87%
GREEN value IS 107 (42.19% from 255) = 27.44%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=44.87%
G=27.44%
B=27.69%

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
Decimal17510710800.390.380.31359.1229.8255.29
HexAF6B6C027261F1671e37
Octal25715315404746375473667
Binary101011111101011110110001001111001101111110110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6B6C; }

 p { color: rgb(175,107,108); }

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

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

 a { background-color: rgb(175,107,108); }

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

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

 span { border-color: rgb(175,107,108); }

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