#A16474

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

Shades of Turkish Rose #A16474

Tints of Turkish Rose #A16474

Color information

#A16474 (or 0xA16474) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 74. RGB value is (161,100,116). Sum of RGB (Red+Green+Blue) = 161+100+116=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16474 is #5E9B8B. Grayscale: #787878. Windows color (decimal): -6200204 or 7627937. OLE color: 7627937.

HSL color Cylindrical-coordinate representation of color #A16474: hue angle of 344.26º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16474 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB161100116-
CMYK00.380.280.37
HSL344.26º24.5%51.18%-
HSV(B)344.26º37.89%63.14%-
XYZ22.4117.9518.81-
YUV120.06125.71157.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 116 (45.70% from 255) = 30.77%
R=42.71%
G=26.53%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110011600.380.280.37344.2624.551.18
HexA164740261C251581833
Octal24114416404634455303063
Binary101000011100100111010001001101110010010110101100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16474; }

 p { color: rgb(161,100,116); }

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

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

 a { background-color: rgb(161,100,116); }

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

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

 span { border-color: rgb(161,100,116); }

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