#A9616C

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

Shades of Turkish Rose #A9616C

Tints of Turkish Rose #A9616C

Color information

#A9616C (or 0xA9616C) is unknown color: approx Turkish Rose. HEX triplet: A9, 61 and 6C. RGB value is (169,97,108). Sum of RGB (Red+Green+Blue) = 169+97+108=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9616C is #569E93. Grayscale: #777777. Windows color (decimal): -5676692 or 7102889. OLE color: 7102889.

HSL color Cylindrical-coordinate representation of color #A9616C: hue angle of 350.83º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A9616C is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16997108-
CMYK00.430.360.34
HSL350.83º29.51%52.16%-
HSV(B)350.83º42.6%66.27%-
XYZ23.3418.0716.44-
YUV119.78121.35163.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 108 (42.58% from 255) = 28.88%
R=45.19%
G=25.94%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699710800.430.360.34350.8329.5152.16
HexA9616C02B242215f1e34
Octal25114115405344425373664
Binary1010100111000011101100010101110010010001010101111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9616C; }

 p { color: rgb(169,97,108); }

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

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

 a { background-color: rgb(169,97,108); }

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

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

 span { border-color: rgb(169,97,108); }

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