#A75F71

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

Shades of Turkish Rose #A75F71

Tints of Turkish Rose #A75F71

Color information

#A75F71 (or 0xA75F71) is unknown color: approx Turkish Rose. HEX triplet: A7, 5F and 71. RGB value is (167,95,113). Sum of RGB (Red+Green+Blue) = 167+95+113=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75F71 is #58A08E. Grayscale: #767676. Windows color (decimal): -5808271 or 7430055. OLE color: 7430055.

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

Color convert

RGB16795113-
CMYK00.430.320.35
HSL345º29.03%51.37%-
HSV(B)345º43.11%65.49%-
XYZ23.0117.5917.81-
YUV118.58124.85162.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.53%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 113 (44.53% from 255) = 30.13%
R=44.53%
G=25.33%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679511300.430.320.3534529.0351.37
HexA75F7102B20231591d33
Octal24713716105340435313563
Binary1010011110111111110001010101110000010001110101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75F71; }

 p { color: rgb(167,95,113); }

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

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

 a { background-color: rgb(167,95,113); }

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

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

 span { border-color: rgb(167,95,113); }

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