#A8757F

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

Shades of Turkish Rose #A8757F

Tints of Turkish Rose #A8757F

Color information

#A8757F (or 0xA8757F) is unknown color: approx Turkish Rose. HEX triplet: A8, 75 and 7F. RGB value is (168,117,127). Sum of RGB (Red+Green+Blue) = 168+117+127=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757F is #578A80. Grayscale: #858585. Windows color (decimal): -5737089 or 8353192. OLE color: 8353192.

HSL color Cylindrical-coordinate representation of color #A8757F: hue angle of 348.24º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8757F is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB168117127-
CMYK00.300.240.34
HSL348.24º22.67%55.88%-
HSV(B)348.24º30.36%65.88%-
XYZ26.3422.5823.05-
YUV133.39124.4152.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.78%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 127 (50% from 255) = 30.83%
R=40.78%
G=28.40%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811712700.300.240.34348.2422.6755.88
HexA8757F01E182215c1738
Octal25016517703630425342770
Binary10101000111010111111110111101100010001010101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8757F; }

 p { color: rgb(168,117,127); }

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

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

 a { background-color: rgb(168,117,127); }

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

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

 span { border-color: rgb(168,117,127); }

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