#A16879

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

Shades of Turkish Rose #A16879

Tints of Turkish Rose #A16879

Color information

#A16879 (or 0xA16879) is unknown color: approx Turkish Rose. HEX triplet: A1, 68 and 79. RGB value is (161,104,121). Sum of RGB (Red+Green+Blue) = 161+104+121=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 161 - color contains mainly: red. Hex color #A16879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16879 is #5E9786. Grayscale: #7A7A7A. Windows color (decimal): -6199175 or 7956641. OLE color: 7956641.

HSL color Cylindrical-coordinate representation of color #A16879: hue angle of 342.11º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16879 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB161104121-
CMYK00.350.250.37
HSL342.11º23.27%51.96%-
HSV(B)342.11º35.4%63.14%-
XYZ23.118.8620.51-
YUV122.98126.88155.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=41.71%
G=26.94%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110412100.350.250.37342.1123.2751.96
HexA1687902319251561734
Octal24115017104331455262764
Binary101000011101000111100101000111100110010110101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16879; }

 p { color: rgb(161,104,121); }

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

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

 a { background-color: rgb(161,104,121); }

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

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

 span { border-color: rgb(161,104,121); }

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