#AF616B

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

Shades of Turkish Rose #AF616B

Tints of Turkish Rose #AF616B

Color information

#AF616B (or 0xAF616B) is unknown color: approx Turkish Rose. HEX triplet: AF, 61 and 6B. RGB value is (175,97,107). Sum of RGB (Red+Green+Blue) = 175+97+107=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF616B is #509E94. Grayscale: #797979. Windows color (decimal): -5283477 or 7037359. OLE color: 7037359.

HSL color Cylindrical-coordinate representation of color #AF616B: hue angle of 352.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF616B is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17597107-
CMYK00.450.390.31
HSL352.31º32.77%53.33%-
HSV(B)352.31º44.57%68.63%-
XYZ24.6118.7216.23-
YUV121.46119.84166.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=46.17%
G=25.59%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759710700.450.390.31352.3132.7753.33
HexAF616B02D271F1602135
Octal25714115305547375404165
Binary1010111111000011101011010110110011111111101100000100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF616B; }

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

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

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

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

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

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

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

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