#9A7274

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

Shades of Turkish Rose #9A7274

Tints of Turkish Rose #9A7274

Color information

#9A7274 (or 0x9A7274) is unknown color: approx Turkish Rose. HEX triplet: 9A, 72 and 74. RGB value is (154,114,116). Sum of RGB (Red+Green+Blue) = 154+114+116=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7274 is #658D8B. Grayscale: #7E7E7E. Windows color (decimal): -6655372 or 7631514. OLE color: 7631514.

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

Color convert

RGB154114116-
CMYK00.260.250.40
HSL357º16.53%52.55%-
HSV(B)357º25.97%60.39%-
XYZ22.520.1719.23-
YUV126.19122.25147.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 114 (44.92% from 255) = 29.69%
BLUE value IS 116 (45.70% from 255) = 30.21%
R=40.10%
G=29.69%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15411411600.260.250.4035716.5352.55
Hex9A727401A19281651135
Octal23216216403231505452165
Binary10011010111001011101000110101100110100010110010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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