#A16466

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

Shades of Turkish Rose #A16466

Tints of Turkish Rose #A16466

Color information

#A16466 (or 0xA16466) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 66. RGB value is (161,100,102). Sum of RGB (Red+Green+Blue) = 161+100+102=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A16466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16466 is #5E9B99. Grayscale: #767676. Windows color (decimal): -6200218 or 6710433. OLE color: 6710433.

HSL color Cylindrical-coordinate representation of color #A16466: hue angle of 358.03º 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 #A16466 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB161100102-
CMYK00.380.370.37
HSL358.03º24.5%51.18%-
HSV(B)358.03º37.89%63.14%-
XYZ21.6517.6514.84-
YUV118.47118.71158.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=44.35%
G=27.55%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110010200.380.370.37358.0324.551.18
HexA1646602625251661833
Octal24114414604645455463063
Binary1010000111001001100110010011010010110010110110011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16466; }

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

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

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

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

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

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

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

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