#A97780

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

Shades of Turkish Rose #A97780

Tints of Turkish Rose #A97780

Color information

#A97780 (or 0xA97780) is unknown color: approx Turkish Rose. HEX triplet: A9, 77 and 80. RGB value is (169,119,128). Sum of RGB (Red+Green+Blue) = 169+119+128=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 128 (50.39% from 255 or 30.77% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A97780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97780 is #56887F. Grayscale: #868686. Windows color (decimal): -5671040 or 8419241. OLE color: 8419241.

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

Color convert

RGB169119128-
CMYK00.300.240.34
HSL349.2º22.52%56.47%-
HSV(B)349.2º29.59%66.27%-
XYZ26.8623.1923.48-
YUV134.98124.06152.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 119 (46.88% from 255) = 28.61%
BLUE value IS 128 (50.39% from 255) = 30.77%
R=40.62%
G=28.61%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911912800.300.240.34349.222.5256.47
HexA9778001E182215d1738
Octal25116720003630425352770
Binary101010011110111100000000111101100010001010101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97780; }

 p { color: rgb(169,119,128); }

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

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

 a { background-color: rgb(169,119,128); }

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

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

 span { border-color: rgb(169,119,128); }

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