#9A727B

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

Shades of Turkish Rose #9A727B

Tints of Turkish Rose #9A727B

Color information

#9A727B (or 0x9A727B) is unknown color: approx Turkish Rose. HEX triplet: 9A, 72 and 7B. RGB value is (154,114,123). Sum of RGB (Red+Green+Blue) = 154+114+123=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 154 - color contains mainly: red. Hex color #9A727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A727B is #658D84. Grayscale: #7E7E7E. Windows color (decimal): -6655365 or 8090266. OLE color: 8090266.

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

Color convert

RGB154114123-
CMYK00.260.200.40
HSL346.5º16.53%52.55%-
HSV(B)346.5º25.97%60.39%-
XYZ22.9220.3321.46-
YUV126.99125.75147.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 123 (48.44% from 255) = 31.46%
R=39.39%
G=29.16%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411412300.260.200.40346.516.5352.55
Hex9A727B01A142815a1135
Octal23216217303224505322165
Binary10011010111001011110110110101010010100010101101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,114,123); }

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

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

 a { background-color: rgb(154,114,123); }

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

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

 span { border-color: rgb(154,114,123); }

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