#A9616D

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

Shades of Turkish Rose #A9616D

Tints of Turkish Rose #A9616D

Color information

#A9616D (or 0xA9616D) is unknown color: approx Turkish Rose. HEX triplet: A9, 61 and 6D. RGB value is (169,97,109). Sum of RGB (Red+Green+Blue) = 169+97+109=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 169 - color contains mainly: red. Hex color #A9616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9616D is #569E92. Grayscale: #777777. Windows color (decimal): -5676691 or 7168425. OLE color: 7168425.

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

Color convert

RGB16997109-
CMYK00.430.360.34
HSL350º29.51%52.16%-
HSV(B)350º42.6%66.27%-
XYZ23.418.0916.73-
YUV119.9121.85163.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=45.07%
G=25.87%
B=29.07%

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
Decimal1699710900.430.360.3435029.5152.16
HexA9616D02B242215e1e34
Octal25114115505344425363664
Binary1010100111000011101101010101110010010001010101111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9616D; }

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

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

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

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

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

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

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

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