#A5737B

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

Shades of Turkish Rose #A5737B

Tints of Turkish Rose #A5737B

Color information

#A5737B (or 0xA5737B) is unknown color: approx Turkish Rose. HEX triplet: A5, 73 and 7B. RGB value is (165,115,123). Sum of RGB (Red+Green+Blue) = 165+115+123=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5737B is #5A8C84. Grayscale: #828282. Windows color (decimal): -5934213 or 8090533. OLE color: 8090533.

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

Color convert

RGB165115123-
CMYK00.300.250.35
HSL350.4º21.74%54.9%-
HSV(B)350.4º30.3%64.71%-
XYZ25.2221.6921.6-
YUV130.86123.56152.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 123 (48.44% from 255) = 30.52%
R=40.94%
G=28.54%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511512300.300.250.35350.421.7454.9
HexA5737B01E192315e1637
Octal24516317303631435362667
Binary10100101111001111110110111101100110001110101111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5737B; }

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

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

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

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

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

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

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

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