#9A7576

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

Shades of Turkish Rose #9A7576

Tints of Turkish Rose #9A7576

Color information

#9A7576 (or 0x9A7576) is unknown color: approx Turkish Rose. HEX triplet: 9A, 75 and 76. RGB value is (154,117,118). Sum of RGB (Red+Green+Blue) = 154+117+118=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7576 is #658A89. Grayscale: #808080. Windows color (decimal): -6654602 or 7763354. OLE color: 7763354.

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

Color convert

RGB154117118-
CMYK00.240.230.40
HSL358.38º15.48%53.14%-
HSV(B)358.38º24.03%60.39%-
XYZ22.9620.919.96-
YUV128.18122.26146.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 118 (46.48% from 255) = 30.33%
R=39.59%
G=30.08%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411711800.240.230.40358.3815.4853.14
Hex9A75760181728166f35
Octal23216516603027505461765
Binary1001101011101011110110011000101111010001011001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,117,118); }

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

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

 a { background-color: rgb(154,117,118); }

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

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

 span { border-color: rgb(154,117,118); }

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