#A77680

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

Shades of Turkish Rose #A77680

Tints of Turkish Rose #A77680

Color information

#A77680 (or 0xA77680) is unknown color: approx Turkish Rose. HEX triplet: A7, 76 and 80. RGB value is (167,118,128). Sum of RGB (Red+Green+Blue) = 167+118+128=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 167 - color contains mainly: red. Hex color #A77680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77680 is #58897F. Grayscale: #858585. Windows color (decimal): -5802368 or 8418983. OLE color: 8418983.

HSL color Cylindrical-coordinate representation of color #A77680: hue angle of 347.76º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A77680 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167118128-
CMYK00.290.230.35
HSL347.76º21.78%55.88%-
HSV(B)347.76º29.34%65.49%-
XYZ26.3122.7323.42-
YUV133.79124.73151.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 118 (46.48% from 255) = 28.57%
BLUE value IS 128 (50.39% from 255) = 30.99%
R=40.44%
G=28.57%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711812800.290.230.35347.7621.7855.88
HexA7768001D172315c1638
Octal24716620003527435342670
Binary101001111110110100000000111011011110001110101110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77680; }

 p { color: rgb(167,118,128); }

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

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

 a { background-color: rgb(167,118,128); }

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

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

 span { border-color: rgb(167,118,128); }

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