#A77980

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

Shades of Turkish Rose #A77980

Tints of Turkish Rose #A77980

Color information

#A77980 (or 0xA77980) is unknown color: approx Turkish Rose. HEX triplet: A7, 79 and 80. RGB value is (167,121,128). Sum of RGB (Red+Green+Blue) = 167+121+128=416 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.14% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 167 - color contains mainly: red. Hex color #A77980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77980 is #58867F. Grayscale: #878787. Windows color (decimal): -5801600 or 8419751. OLE color: 8419751.

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

Color convert

RGB167121128-
CMYK00.280.230.35
HSL350.87º20.72%56.47%-
HSV(B)350.87º27.54%65.49%-
XYZ26.6723.4523.54-
YUV135.55123.74150.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.14%
GREEN value IS 121 (47.66% from 255) = 29.09%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=40.14%
G=29.09%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16712112800.280.230.35350.8720.7256.47
HexA7798001C172315f1538
Octal24717120003427435372570
Binary101001111111001100000000111001011110001110101111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77980; }

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

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

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

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

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

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

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

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