#A9797C

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

Shades of Turkish Rose #A9797C

Tints of Turkish Rose #A9797C

Color information

#A9797C (or 0xA9797C) is unknown color: approx Turkish Rose. HEX triplet: A9, 79 and 7C. RGB value is (169,121,124). Sum of RGB (Red+Green+Blue) = 169+121+124=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A9797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9797C is #568683. Grayscale: #878787. Windows color (decimal): -5670532 or 8157609. OLE color: 8157609.

HSL color Cylindrical-coordinate representation of color #A9797C: hue angle of 356.25º degrees, saturation: 0.22, 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 #A9797C is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169121124-
CMYK00.280.270.34
HSL356.25º21.82%56.86%-
HSV(B)356.25º28.4%66.27%-
XYZ26.8423.5622.2-
YUV135.69121.4151.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=40.82%
G=29.23%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16912112400.280.270.34356.2521.8256.86
HexA9797C01C1B221641639
Octal25117117403433425442671
Binary10101001111100111111000111001101110001010110010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9797C; }

 p { color: rgb(169,121,124); }

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

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

 a { background-color: rgb(169,121,124); }

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

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

 span { border-color: rgb(169,121,124); }

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