#A75D72

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

Shades of Turkish Rose #A75D72

Tints of Turkish Rose #A75D72

Color information

#A75D72 (or 0xA75D72) is unknown color: approx Turkish Rose. HEX triplet: A7, 5D and 72. RGB value is (167,93,114). Sum of RGB (Red+Green+Blue) = 167+93+114=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D72 is #58A28D. Grayscale: #757575. Windows color (decimal): -5808782 or 7495079. OLE color: 7495079.

HSL color Cylindrical-coordinate representation of color #A75D72: hue angle of 342.97º degrees, saturation: 0.3, 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 #A75D72 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16793114-
CMYK00.440.320.35
HSL342.97º29.6%50.98%-
HSV(B)342.97º44.31%65.49%-
XYZ22.8917.2618.04-
YUV117.52126.02163.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 114 (44.92% from 255) = 30.48%
R=44.65%
G=24.87%
B=30.48%

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
Decimal1679311400.440.320.35342.9729.650.98
HexA75D7202C20231571e33
Octal24713516205440435273663
Binary1010011110111011110010010110010000010001110101011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D72; }

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

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

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

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

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

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

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

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