#A8757E

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

Shades of Turkish Rose #A8757E

Tints of Turkish Rose #A8757E

Color information

#A8757E (or 0xA8757E) is unknown color: approx Turkish Rose. HEX triplet: A8, 75 and 7E. RGB value is (168,117,126). Sum of RGB (Red+Green+Blue) = 168+117+126=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757E is #578A81. Grayscale: #858585. Windows color (decimal): -5737090 or 8287656. OLE color: 8287656.

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

Color convert

RGB168117126-
CMYK00.300.250.34
HSL349.41º22.67%55.88%-
HSV(B)349.41º30.36%65.88%-
XYZ26.2822.5522.71-
YUV133.28123.9152.77-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.88%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=40.88%
G=28.47%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811712600.300.250.34349.4122.6755.88
HexA8757E01E192215d1738
Octal25016517603631425352770
Binary10101000111010111111100111101100110001010101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8757E; }

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

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

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

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

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

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

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

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