#9A7276

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

Shades of Turkish Rose #9A7276

Tints of Turkish Rose #9A7276

Color information

#9A7276 (or 0x9A7276) is unknown color: approx Turkish Rose. HEX triplet: 9A, 72 and 76. RGB value is (154,114,118). Sum of RGB (Red+Green+Blue) = 154+114+118=386 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.90% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7276 is #658D89. Grayscale: #7E7E7E. Windows color (decimal): -6655370 or 7762586. OLE color: 7762586.

HSL color Cylindrical-coordinate representation of color #9A7276: hue angle of 354º 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 #9A7276 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB154114118-
CMYK00.260.230.40
HSL354º16.53%52.55%-
HSV(B)354º25.97%60.39%-
XYZ22.6120.2119.85-
YUV126.42123.25147.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.90%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 118 (46.48% from 255) = 30.57%
R=39.90%
G=29.53%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411411800.260.230.4035416.5352.55
Hex9A727601A17281621135
Octal23216216603227505422165
Binary10011010111001011101100110101011110100010110001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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