#A75E6E

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

Shades of Turkish Rose #A75E6E

Tints of Turkish Rose #A75E6E

Color information

#A75E6E (or 0xA75E6E) is unknown color: approx Turkish Rose. HEX triplet: A7, 5E and 6E. RGB value is (167,94,110). Sum of RGB (Red+Green+Blue) = 167+94+110=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E6E is #58A191. Grayscale: #757575. Windows color (decimal): -5808530 or 7233191. OLE color: 7233191.

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

Color convert

RGB16794110-
CMYK00.440.340.35
HSL346.85º29.32%51.18%-
HSV(B)346.85º43.71%65.49%-
XYZ22.7517.3516.9-
YUV117.65123.68163.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 94 (37.11% from 255) = 25.34%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=45.01%
G=25.34%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679411000.440.340.35346.8529.3251.18
HexA75E6E02C222315b1d33
Octal24713615605442435333563
Binary1010011110111101101110010110010001010001110101101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E6E; }

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

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

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

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

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

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

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

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