#A8747A

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

Shades of Turkish Rose #A8747A

Tints of Turkish Rose #A8747A

Color information

#A8747A (or 0xA8747A) is unknown color: approx Turkish Rose. HEX triplet: A8, 74 and 7A. RGB value is (168,116,122). Sum of RGB (Red+Green+Blue) = 168+116+122=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 168 - color contains mainly: red. Hex color #A8747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8747A is #578B85. Grayscale: #848484. Windows color (decimal): -5737350 or 8025256. OLE color: 8025256.

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

Color convert

RGB168116122-
CMYK00.310.270.34
HSL353.08º23.01%55.69%-
HSV(B)353.08º30.95%65.88%-
XYZ25.9122.2221.34-
YUV132.23122.23153.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.38%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=41.38%
G=28.57%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811612200.310.270.34353.0823.0155.69
HexA8747A01F1B221611738
Octal25016417203733425412770
Binary10101000111010011110100111111101110001010110000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8747A; }

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

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

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

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

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

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

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

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