#AF6F7B

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

Shades of Turkish Rose #AF6F7B

Tints of Turkish Rose #AF6F7B

Color information

#AF6F7B (or 0xAF6F7B) is unknown color: approx Turkish Rose. HEX triplet: AF, 6F and 7B. RGB value is (175,111,123). Sum of RGB (Red+Green+Blue) = 175+111+123=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 111 (43.75% from 255 or 27.14% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6F7B is #509084. Grayscale: #838383. Windows color (decimal): -5279877 or 8089519. OLE color: 8089519.

HSL color Cylindrical-coordinate representation of color #AF6F7B: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6F7B is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175111123-
CMYK00.370.300.31
HSL348.75º28.57%56.08%-
HSV(B)348.75º36.57%68.63%-
XYZ26.9421.9121.55-
YUV131.5123.2159.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.79%
GREEN value IS 111 (43.75% from 255) = 27.14%
BLUE value IS 123 (48.44% from 255) = 30.07%
R=42.79%
G=27.14%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17511112300.370.300.31348.7528.5756.08
HexAF6F7B0251E1F15d1d38
Octal25715717304536375353570
Binary10101111110111111110110100101111101111110101110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6F7B; }

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

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

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

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

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

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

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

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