#A16777

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

Shades of Turkish Rose #A16777

Tints of Turkish Rose #A16777

Color information

#A16777 (or 0xA16777) is unknown color: approx Turkish Rose. HEX triplet: A1, 67 and 77. RGB value is (161,103,119). Sum of RGB (Red+Green+Blue) = 161+103+119=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 119 (46.88% from 255 or 31.07% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A16777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16777 is #5E9888. Grayscale: #7A7A7A. Windows color (decimal): -6199433 or 7825313. OLE color: 7825313.

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

Color convert

RGB161103119-
CMYK00.360.260.37
HSL343.45º23.58%51.76%-
HSV(B)343.45º36.02%63.14%-
XYZ22.8818.6119.84-
YUV122.17126.22155.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 103 (40.62% from 255) = 26.89%
BLUE value IS 119 (46.88% from 255) = 31.07%
R=42.04%
G=26.89%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110311900.360.260.37343.4523.5851.76
HexA167770241A251571834
Octal24114716704432455273064
Binary101000011100111111011101001001101010010110101011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16777; }

 p { color: rgb(161,103,119); }

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

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

 a { background-color: rgb(161,103,119); }

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

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

 span { border-color: rgb(161,103,119); }

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