#9A717A

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

Shades of Turkish Rose #9A717A

Tints of Turkish Rose #9A717A

Color information

#9A717A (or 0x9A717A) is unknown color: approx Turkish Rose. HEX triplet: 9A, 71 and 7A. RGB value is (154,113,122). Sum of RGB (Red+Green+Blue) = 154+113+122=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A717A is #658E85. Grayscale: #7E7E7E. Windows color (decimal): -6655622 or 8024474. OLE color: 8024474.

HSL color Cylindrical-coordinate representation of color #9A717A: hue angle of 346.83º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A717A is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB154113122-
CMYK00.270.210.40
HSL346.83º16.87%52.35%-
HSV(B)346.83º26.62%60.39%-
XYZ22.7420.0921.09-
YUV126.29125.58147.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=39.59%
G=29.05%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411312200.270.210.40346.8316.8752.35
Hex9A717A01B152815b1134
Octal23216117203325505332164
Binary10011010111000111110100110111010110100010101101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A717A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A717A; }

 p { color: rgb(154,113,122); }

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

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

 a { background-color: rgb(154,113,122); }

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

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

 span { border-color: rgb(154,113,122); }

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