#A5737F

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

Shades of Turkish Rose #A5737F

Tints of Turkish Rose #A5737F

Color information

#A5737F (or 0xA5737F) is unknown color: approx Turkish Rose. HEX triplet: A5, 73 and 7F. RGB value is (165,115,127). Sum of RGB (Red+Green+Blue) = 165+115+127=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5737F is #5A8C80. Grayscale: #838383. Windows color (decimal): -5934209 or 8352677. OLE color: 8352677.

HSL color Cylindrical-coordinate representation of color #A5737F: hue angle of 345.6º degrees, saturation: 0.22, 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 #A5737F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB165115127-
CMYK00.300.230.35
HSL345.6º21.74%54.9%-
HSV(B)345.6º30.3%64.71%-
XYZ25.4821.7922.94-
YUV131.32125.56152.02-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 127 (50% from 255) = 31.20%
R=40.54%
G=28.26%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511512700.300.230.35345.621.7454.9
HexA5737F01E172315a1637
Octal24516317703627435322667
Binary10100101111001111111110111101011110001110101101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5737F; }

 p { color: rgb(165,115,127); }

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

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

 a { background-color: rgb(165,115,127); }

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

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

 span { border-color: rgb(165,115,127); }

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