#A5747E

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

Shades of Turkish Rose #A5747E

Tints of Turkish Rose #A5747E

Color information

#A5747E (or 0xA5747E) is unknown color: approx Turkish Rose. HEX triplet: A5, 74 and 7E. RGB value is (165,116,126). Sum of RGB (Red+Green+Blue) = 165+116+126=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5747E is #5A8B81. Grayscale: #838383. Windows color (decimal): -5933954 or 8287397. OLE color: 8287397.

HSL color Cylindrical-coordinate representation of color #A5747E: hue angle of 347.76º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5747E is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB165116126-
CMYK00.300.240.35
HSL347.76º21.4%55.1%-
HSV(B)347.76º29.7%64.71%-
XYZ25.532222.64-
YUV131.79124.73151.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 116 (45.70% from 255) = 28.50%
BLUE value IS 126 (49.61% from 255) = 30.96%
R=40.54%
G=28.50%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511612600.300.240.35347.7621.455.1
HexA5747E01E182315c1537
Octal24516417603630435342567
Binary10100101111010011111100111101100010001110101110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5747E; }

 p { color: rgb(165,116,126); }

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

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

 a { background-color: rgb(165,116,126); }

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

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

 span { border-color: rgb(165,116,126); }

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