#A75E70

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

Shades of Turkish Rose #A75E70

Tints of Turkish Rose #A75E70

Color information

#A75E70 (or 0xA75E70) is unknown color: approx Turkish Rose. HEX triplet: A7, 5E and 70. RGB value is (167,94,112). Sum of RGB (Red+Green+Blue) = 167+94+112=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E70 is #58A18F. Grayscale: #757575. Windows color (decimal): -5808528 or 7364263. OLE color: 7364263.

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

Color convert

RGB16794112-
CMYK00.440.330.35
HSL345.21º29.32%51.18%-
HSV(B)345.21º43.71%65.49%-
XYZ22.8617.3917.48-
YUV117.88124.68163.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.77%
GREEN value IS 94 (37.11% from 255) = 25.20%
BLUE value IS 112 (44.14% from 255) = 30.03%
R=44.77%
G=25.20%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679411200.440.330.35345.2129.3251.18
HexA75E7002C21231591d33
Octal24713616005441435313563
Binary1010011110111101110000010110010000110001110101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E70; }

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

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

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

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

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

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

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

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