#AF616E

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

Shades of Turkish Rose #AF616E

Tints of Turkish Rose #AF616E

Color information

#AF616E (or 0xAF616E) is unknown color: approx Turkish Rose. HEX triplet: AF, 61 and 6E. RGB value is (175,97,110). Sum of RGB (Red+Green+Blue) = 175+97+110=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF616E is #509E91. Grayscale: #797979. Windows color (decimal): -5283474 or 7233967. OLE color: 7233967.

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

Color convert

RGB17597110-
CMYK00.450.370.31
HSL350º32.77%53.33%-
HSV(B)350º44.57%68.63%-
XYZ24.7718.7917.07-
YUV121.8121.34165.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.81%
GREEN value IS 97 (38.28% from 255) = 25.39%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=45.81%
G=25.39%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1759711000.450.370.3135032.7753.33
HexAF616E02D251F15e2135
Octal25714115605545375364165
Binary1010111111000011101110010110110010111111101011110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF616E; }

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

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

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

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

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

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

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

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