#A9717D

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

Shades of Turkish Rose #A9717D

Tints of Turkish Rose #A9717D

Color information

#A9717D (or 0xA9717D) is unknown color: approx Turkish Rose. HEX triplet: A9, 71 and 7D. RGB value is (169,113,125). Sum of RGB (Red+Green+Blue) = 169+113+125=407 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.52% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 169 - color contains mainly: red. Hex color #A9717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9717D is #568E82. Grayscale: #838383. Windows color (decimal): -5672579 or 8221097. OLE color: 8221097.

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

Color convert

RGB169113125-
CMYK00.330.260.34
HSL347.14º24.56%55.29%-
HSV(B)347.14º33.14%66.27%-
XYZ25.9721.7322.23-
YUV131.11124.55155.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.52%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=41.52%
G=27.76%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911312500.330.260.34347.1424.5655.29
HexA9717D0211A2215b1937
Octal25116117504132425333167
Binary101010011110001111110101000011101010001010101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9717D; }

 p { color: rgb(169,113,125); }

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

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

 a { background-color: rgb(169,113,125); }

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

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

 span { border-color: rgb(169,113,125); }

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