#A75E72

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

Shades of Turkish Rose #A75E72

Tints of Turkish Rose #A75E72

Color information

#A75E72 (or 0xA75E72) is unknown color: approx Turkish Rose. HEX triplet: A7, 5E and 72. RGB value is (167,94,114). Sum of RGB (Red+Green+Blue) = 167+94+114=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E72 is #58A18D. Grayscale: #767676. Windows color (decimal): -5808526 or 7495335. OLE color: 7495335.

HSL color Cylindrical-coordinate representation of color #A75E72: hue angle of 343.56º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A75E72 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16794114-
CMYK00.440.320.35
HSL343.56º29.32%51.18%-
HSV(B)343.56º43.71%65.49%-
XYZ22.9817.4418.07-
YUV118.11125.68162.87-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=44.53%
G=25.07%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679411400.440.320.35343.5629.3251.18
HexA75E7202C20231581d33
Octal24713616205440435303563
Binary1010011110111101110010010110010000010001110101100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E72; }

 p { color: rgb(167,94,114); }

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

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

 a { background-color: rgb(167,94,114); }

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

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

 span { border-color: rgb(167,94,114); }

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