#A8737A

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

Shades of Turkish Rose #A8737A

Tints of Turkish Rose #A8737A

Color information

#A8737A (or 0xA8737A) is unknown color: approx Turkish Rose. HEX triplet: A8, 73 and 7A. RGB value is (168,115,122). Sum of RGB (Red+Green+Blue) = 168+115+122=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 168 - color contains mainly: red. Hex color #A8737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8737A is #578C85. Grayscale: #838383. Windows color (decimal): -5737606 or 8025000. OLE color: 8025000.

HSL color Cylindrical-coordinate representation of color #A8737A: hue angle of 352.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8737A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB168115122-
CMYK00.320.270.34
HSL352.08º23.35%55.49%-
HSV(B)352.08º31.55%65.88%-
XYZ25.7921.9921.3-
YUV131.64122.56153.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.48%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 122 (48.05% from 255) = 30.12%
R=41.48%
G=28.40%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811512200.320.270.34352.0823.3555.49
HexA8737A0201B221601737
Octal25016317204033425402767
Binary101010001110011111101001000001101110001010110000010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8737A; }

 p { color: rgb(168,115,122); }

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

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

 a { background-color: rgb(168,115,122); }

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

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

 span { border-color: rgb(168,115,122); }

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