#AF646C

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

Shades of Turkish Rose #AF646C

Tints of Turkish Rose #AF646C

Color information

#AF646C (or 0xAF646C) is unknown color: approx Turkish Rose. HEX triplet: AF, 64 and 6C. RGB value is (175,100,108). Sum of RGB (Red+Green+Blue) = 175+100+108=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF646C is #509B93. Grayscale: #7B7B7B. Windows color (decimal): -5282708 or 7103663. OLE color: 7103663.

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

Color convert

RGB175100108-
CMYK00.430.380.31
HSL353.6º31.91%53.92%-
HSV(B)353.6º42.86%68.63%-
XYZ24.9419.3116.6-
YUV123.34119.35164.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 108 (42.58% from 255) = 28.20%
R=45.69%
G=26.11%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510010800.430.380.31353.631.9153.92
HexAF646C02B261F1622036
Octal25714415405346375424066
Binary1010111111001001101100010101110011011111101100010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF646C; }

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

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

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

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

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

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

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

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