#9A7D81

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

Shades of Turkish Rose #9A7D81

Tints of Turkish Rose #9A7D81

Color information

#9A7D81 (or 0x9A7D81) is unknown color: approx Turkish Rose. HEX triplet: 9A, 7D and 81. RGB value is (154,125,129). Sum of RGB (Red+Green+Blue) = 154+125+129=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7D81 is #65827E. Grayscale: #868686. Windows color (decimal): -6652543 or 8486298. OLE color: 8486298.

HSL color Cylindrical-coordinate representation of color #9A7D81: hue angle of 351.72º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A7D81 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB154125129-
CMYK00.190.160.40
HSL351.72º12.55%54.71%-
HSV(B)351.72º18.83%60.39%-
XYZ24.6223.1223.93-
YUV134.13125.11142.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 125 (49.22% from 255) = 30.64%
BLUE value IS 129 (50.78% from 255) = 31.62%
R=37.75%
G=30.64%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15412512900.190.160.40351.7212.5554.71
Hex9A7D810131028160d37
Octal23217520102320505401567
Binary10011010111110110000001010011100001010001011000001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,129); }

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

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

 a { background-color: rgb(154,125,129); }

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

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

 span { border-color: rgb(154,125,129); }

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