#A77E84

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

Shades of Turkish Rose #A77E84

Tints of Turkish Rose #A77E84

Color information

#A77E84 (or 0xA77E84) is unknown color: approx Turkish Rose. HEX triplet: A7, 7E and 84. RGB value is (167,126,132). Sum of RGB (Red+Green+Blue) = 167+126+132=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A77E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77E84 is #58817B. Grayscale: #8A8A8A. Windows color (decimal): -5800316 or 8683175. OLE color: 8683175.

HSL color Cylindrical-coordinate representation of color #A77E84: hue angle of 351.22º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A77E84 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB167126132-
CMYK00.250.210.35
HSL351.22º18.89%57.45%-
HSV(B)351.22º24.55%65.49%-
XYZ27.5624.825.16-
YUV138.94124.08148.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=39.29%
G=29.65%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712613200.250.210.35351.2218.8957.45
HexA77E84019152315f1339
Octal24717620403125435372371
Binary101001111111110100001000110011010110001110101111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77E84; }

 p { color: rgb(167,126,132); }

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

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

 a { background-color: rgb(167,126,132); }

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

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

 span { border-color: rgb(167,126,132); }

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