#A77981

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

Shades of Turkish Rose #A77981

Tints of Turkish Rose #A77981

Color information

#A77981 (or 0xA77981) is unknown color: approx Turkish Rose. HEX triplet: A7, 79 and 81. RGB value is (167,121,129). Sum of RGB (Red+Green+Blue) = 167+121+129=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A77981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A77981 is #58867E. Grayscale: #878787. Windows color (decimal): -5801599 or 8485287. OLE color: 8485287.

HSL color Cylindrical-coordinate representation of color #A77981: hue angle of 349.57º 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 #A77981 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB167121129-
CMYK00.280.230.35
HSL349.57º20.72%56.47%-
HSV(B)349.57º27.54%65.49%-
XYZ26.7423.4823.89-
YUV135.67124.24150.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.05%
GREEN value IS 121 (47.66% from 255) = 29.02%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=40.05%
G=29.02%
B=30.94%

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
Decimal16712112900.280.230.35349.5720.7256.47
HexA7798101C172315e1538
Octal24717120103427435362570
Binary101001111111001100000010111001011110001110101111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77981; }

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

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

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

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

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

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

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

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