#A97A80

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

Shades of Turkish Rose #A97A80

Tints of Turkish Rose #A97A80

Color information

#A97A80 (or 0xA97A80) is unknown color: approx Turkish Rose. HEX triplet: A9, 7A and 80. RGB value is (169,122,128). Sum of RGB (Red+Green+Blue) = 169+122+128=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A97A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97A80 is #56857F. Grayscale: #888888. Windows color (decimal): -5670272 or 8420009. OLE color: 8420009.

HSL color Cylindrical-coordinate representation of color #A97A80: hue angle of 352.34º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A97A80 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB169122128-
CMYK00.280.240.34
HSL352.34º21.46%57.06%-
HSV(B)352.34º27.81%66.27%-
XYZ27.2223.9123.6-
YUV136.74123.07151.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.33%
GREEN value IS 122 (48.05% from 255) = 29.12%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=40.33%
G=29.12%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912212800.280.240.34352.3421.4657.06
HexA97A8001C18221601539
Octal25117220003430425402571
Binary101010011111010100000000111001100010001010110000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97A80; }

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

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

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

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

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

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

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

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