#A9757F

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

Shades of Turkish Rose #A9757F

Tints of Turkish Rose #A9757F

Color information

#A9757F (or 0xA9757F) is unknown color: approx Turkish Rose. HEX triplet: A9, 75 and 7F. RGB value is (169,117,127). Sum of RGB (Red+Green+Blue) = 169+117+127=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 169 - color contains mainly: red. Hex color #A9757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9757F is #568A80. Grayscale: #858585. Windows color (decimal): -5671553 or 8353193. OLE color: 8353193.

HSL color Cylindrical-coordinate representation of color #A9757F: hue angle of 348.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9757F is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB169117127-
CMYK00.310.250.34
HSL348.46º23.21%56.08%-
HSV(B)348.46º30.77%66.27%-
XYZ26.5522.6923.06-
YUV133.69124.23153.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 127 (50% from 255) = 30.75%
R=40.92%
G=28.33%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911712700.310.250.34348.4623.2156.08
HexA9757F01F192215c1738
Octal25116517703731425342770
Binary10101001111010111111110111111100110001010101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9757F; }

 p { color: rgb(169,117,127); }

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

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

 a { background-color: rgb(169,117,127); }

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

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

 span { border-color: rgb(169,117,127); }

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